/* FONTS */
@font-face {
    font-family: 'legault';
    src: url('fonts/legault.eot');
    src: url('fonts/legault.eot?#iefix') format('embedded-opentype'),
         url('fonts/legault.woff') format('woff'),
         url('fonts/legault.ttf') format('truetype'),
         url('fonts/legault.svg#legault') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'optima';
    src: url('fonts/optima-roman.eot');
    src: url('fonts/optima-roman.eot?#iefix') format('embedded-opentype'),
         url('fonts/optima-roman.woff') format('woff'),
         url('fonts/optima-roman.ttf') format('truetype'),
         url('fonts/optima-roman.svg#optimaroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
