@font-face{
    font-family: 'Myriad';
    font-weight: bold;
    src: url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype');
}
@font-face{
    font-family: 'Myriad';
    font-style: italic;
    src: url('../fonts/MyriadPro-It.woff') format('woff'),
        url('../fonts/MyriadPro-It.ttf') format('truetype');
}
@font-face{
    font-family: 'Myriad';
    font-weight: 100;
    src: url('../fonts/MyriadPro-Light.woff') format('woff'),
        url('../fonts/MyriadPro-Light.ttf') format('truetype');
}
@font-face{
    font-family: 'Myriad';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/MyriadPro-LightIt.woff') format('woff'),
        url('../fonts/MyriadPro-LightIt.ttf') format('truetype');
}
@font-face{
    font-family: 'Myriad';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype');
}