@font-face {
    font-family: 'Trebuchet';

    font-weight: 400;

    font-style: normal;

    src: local('Trebuchet MS'),
	url('../fonts/trebuc.ttf') format('truetype');

}

@font-face {
    font-family: 'Trebuchet';

    font-weight: 400;

    font-style: italic;

    src: local('Trebuchet MS Italic'),
	url('../fonts/trebucit.ttf') format('truetype');

}

@font-face {
    font-family: 'Trebuchet';

    font-weight: 700;

    font-style: normal;

    src: local('Trebuchet MS Bold'),
	url('../fonts/trebucbd.ttf') format('truetype');

}

@font-face {
    font-family: 'Trebuchet';

    font-weight: 700;

    font-style: italic;

    src: local('Trebuchet MS Bold Italic'),
	url('../fonts/trebucbi.ttf') format('truetype');

}
