
/* webfont */

@font-face {
    font-family: 'FontRegular';
    src: url('fonts/lucida_grande-webfont.eot');
    src: url('fonts/lucida_grande-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lucida_grande-webfont.woff') format('woff'),
         url('fonts/lucida_grande-webfont.ttf') format('truetype'),
         url('fonts/lucida_grande-webfont.svg#LucidaGrandeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontBold';
    src: url('fonts/lucida_grande_bold-webfont.eot');
    src: url('fonts/lucida_grande_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lucida_grande_bold-webfont.woff') format('woff'),
         url('fonts/lucida_grande_bold-webfont.ttf') format('truetype'),
         url('fonts/lucida_grande_bold-webfont.svg#LucidaGrandeBold') format('svg');
    font-weight: normal;
    font-style: normal;
}