@font-face {
    font-family: 'Trebuchet MS';
    src: url('Trebuchet-BoldItalic.eot');
    src: local('Trebuchet MS Bold Italic'), local('Trebuchet-BoldItalic'),
        url('Trebuchet-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('Trebuchet-BoldItalic.woff') format('woff'),
        url('Trebuchet-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('TrebuchetMS-Bold.eot');
    src: local('Trebuchet MS Bold'), local('TrebuchetMS-Bold'),
        url('TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),
        url('TrebuchetMS-Bold.woff') format('woff'),
        url('TrebuchetMS-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('TrebuchetMS-Italic.eot');
    src: local('Trebuchet MS Italic'), local('TrebuchetMS-Italic'),
        url('TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),
        url('TrebuchetMS-Italic.woff') format('woff'),
        url('TrebuchetMS-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('TrebuchetMS.eot');
    src: local('Trebuchet MS'), local('TrebuchetMS'),
        url('TrebuchetMS.eot?#iefix') format('embedded-opentype'),
        url('TrebuchetMS.woff') format('woff'),
        url('TrebuchetMS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Lucida Grande";
	src: url("lucida-grande.eot"); /-* IE9 Compat Modes */
	src: url("lucida-grande.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("lucida-grande.otf") format("opentype"), /* Open Type Font */
		url("lucida-grande.svg") format("svg"), /* Legacy iOS */
		url("lucida-grande.ttf") format("truetype"), /* Safari, Android, iOS */
		url("lucida-grande.woff") format("woff"), /* Modern Browsers */
		url("lucida-grande.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}