@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('MyriadPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Myriad_Pro_Cond';
    font-style: normal;
    font-stretch: condensed;
    font-weight: normal;
    font-display: fallback;
    src: url('MyriadPro-Cond.woff') format('woff');
}

@font-face {
    font-family: 'Myriad_Pro_Bold';
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    src: url('MyriadPro-Bold.woff') format('woff'), url('MyriadPro-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'Myriad_Pro_Light';
    font-style: normal;
    font-weight: 100;
    font-stretch: normal;
    font-display: normal;
    src: url('MyriadPro-Light.woff') format('woff'), url('MyriadPro-Light.ttf') format('ttf');
}

@font-face {
    font-family: 'Myriad_Pro_BoldCond';
    font-style: normal;
    font-weight: bold;
    font-stretch: condensed;
    font-display: fallback;
    src: url('MyriadPro-BoldCond.woff') format('woff');
}