/**
 * CSS for PSMRC custom fonts 
 */

/* fonts */
@font-face {
    font-family: 'Bookman BT';
    src: url('/deployment/templates/public/storefront/fonts/bookmanbt.eot');
    src: url('/deployment/templates/public/storefront/fonts/bookmanbt.eot?#iefix') format('embedded-opentype'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt.woff2') format('woff2'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt.woff') format('woff'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt.ttf') format('truetype'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt.svg#bookman_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bookman BT Italic';
    src: url('/deployment/templates/public/storefront/fonts/bookmanbt_i.eot');
    src: url('/deployment/templates/public/storefront/fonts/bookmanbt_i.eot?#iefix') format('embedded-opentype'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt_i.woff2') format('woff2'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt_i.woff') format('woff'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt_i.ttf') format('truetype'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt_i.svg#bookman_btitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bookman BT Light';
    src: url('/deployment/templates/public/storefront/fonts/bookmanbt_l.eot');
    src: url('/deployment/templates/public/storefront/fonts/bookmanbt_l.eot?#iefix') format('embedded-opentype'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt_l.woff2') format('woff2'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt_l.woff') format('woff'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt_l.ttf') format('truetype'),
         url('/deployment/templates/public/storefront/fonts/bookmanbt_l.svg#bookman_hd_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
