/* Add import rules here - e.g. Google Fonts, fonts.com */

/* ############################################################################
   ##
   ##  CUSTOM FONT FACES
   ##
   ##  Set up local custom font rules (i.e. not Google/fonts.com imports) here.
   ##
   ##  Only custom font face definitions should be set in this file. Set actual element, tag, and class styles within the relevant stylesheets.
   ##  Uncomment the @font-face declarations to set up custom fonts.
   ##
   ######################################################################### */

/* 
    Order matters for different browser versions.
*/
/*
@font-face {
    font-family: MyFontName;
    src: url('../../../Fonts/MyFont.eot');
    src: url('../../../Fonts/MyFont.eot') format('embedded-opentype'),
         url('../../../Fonts/MyFont.woff2') format('woff2'),
         url('../../../Fonts/MyFont.woff') format('woff'),
         url('../../../Fonts/MyFont.ttf') format('truetype'),
         url('../../../Fonts/MyFont.svg#MyFont') format('svg');
}
*/

@font-face {
    font-family: 'proxima_nova_light';
    src: url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Light-webfont.eot');
    src: url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Light-webfont.woff2') format('woff2'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Light-webfont.woff') format('woff'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Light-webfont.ttf') format('truetype'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Light-webfont.svg#proxima_nova_cn_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_regular';
    src: url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Reg-webfont.eot');
    src: url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Reg-webfont.woff2') format('woff2'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Reg-webfont.woff') format('woff'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Reg-webfont.ttf') format('truetype'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Reg-webfont.svg#proxima_nova_cn_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_semibold';
    src: url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Sbold-webfont.eot');
    src: url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Sbold-webfont.woff2') format('woff2'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Sbold-webfont.woff') format('woff'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Sbold-webfont.ttf') format('truetype'),
         url('/App_Sites/pansw/Templates/Default/Fonts/ProximaNovaCond-Sbold-webfont.svg#proxima_nova_cn_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}