/* fonts.css by JMendoza - Arcane front-end wizardry. */
@charset "utf-8";


/* Fonts */
@font-face {
    font-family: 'HelveticaBold';
    src: url('font/helvetica_bold-webfont.eot');
    src: url('font/helvetica_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helvetica_bold-webfont.woff') format('woff'),
         url('font/helvetica_bold-webfont.ttf') format('truetype'),
         url('font/helvetica_bold-webfont.svg#HelveticaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaLightRegular';
    src: url('font/helvetica-light-webfont.eot');
    src: url('font/helvetica-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helvetica-light-webfont.woff') format('woff'),
         url('font/helvetica-light-webfont.ttf') format('truetype'),
         url('font/helvetica-light-webfont.svg#HelveticaLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasRegular';
    src: url('font/bebas-webfont.eot');
    src: url('font/bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bebas-webfont.woff') format('woff'),
         url('font/bebas-webfont.ttf') format('truetype'),
         url('font/bebas-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('font/myriadpro-regular.eot');
    src: url('font/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro-regular.woff') format('woff'),
         url('font/myriadpro-regular.ttf') format('truetype'),
         url('font/myriadpro-regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Light';
    src: url('font/myriadpro-light.eot');
    src: url('font/myriadpro-light.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro-light.woff') format('woff'),
         url('font/myriadpro-light.ttf') format('truetype'),
         url('font/myriadpro-light.svg#MyriadPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('font/myriadpro-bold.eot');
    src: url('font/myriadpro-bold.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro-bold.woff') format('woff'),
         url('font/myriadpro-bold.ttf') format('truetype'),
         url('font/myriadpro-bold.svg#MyriadPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}