/*
Ensure you include this file after the generic w3.css file to override its font settings.
*/

/* ===== BT FONT ===== */

@font-face {
  font-family: 'BTFont_Rg';
  src: url('../fonts/BTFont_Rg.eot');
  src: url('../fonts/BTFont_Rg.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BTFont_Rg.woff2') format('woff2'),
       url('../fonts/BTFont_Rg.woff') format('woff'),
       url('../fonts/BTFont_Rg.ttf') format('truetype');
}
@font-face {
  font-family: 'BTFont_Bd';
  src: url('../fonts/BTFont_Bd.eot');
  src: url('../fonts/BTFont_Bd.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BTFont_Bd.woff2') format('woff2'),
       url('../fonts/BTFont_Bd.woff') format('woff'),
       url('../fonts/BTFont_Bd.ttf') format('truetype');
}
@font-face {
  font-family: 'BTFont_Lt';
  src: url('../fonts/BTFont_Lt.eot');
  src: url('../fonts/BTFont_Lt.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BTFont_Lt.woff2') format('woff2'),
       url('../fonts/BTFont_Lt.woff') format('woff'),
       url('../fonts/BTFont_Lt.ttf') format('truetype');
}
.w3-bt-font,.w3-bt-font-regular,.w3-bt-font-rg{font-family:BTFont_Rg,Calibri,Verdana,sans-serif;}
.w3-bt-font-bold,.w3-bt-font-bd{font-family:BTFont_Bd,Calibri,Verdana,sans-serif;}
.w3-bt-font-light,.w3-bt-font-lt{font-family:BTFont_Lt,Calibri,Verdana,sans-serif;}

html,body{font-family:BTFont_Rg,Calibri,Verdana,sans-serif;}
h1,h2,h3,h4,h5,h6{font-family:BTFont_Rg,Calibri,Verdana,sans-serif;}

/* ====== BT Curve ===== */

/*
@font-face {
  font-family: 'bt_curve';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/BTCurve_W_Rg.woff2') format('woff2'),
       url('../fonts/BTCurve_W_Rg.woff') format('woff');
}
@font-face {
  font-family: 'bt_curve';
  font-weight: normal;
  font-style: italic;
  src: url('../fonts/BTCurve_W_It.woff2') format('woff2'),
       url('../fonts/BTCurve_W_It.woff') format('woff');
}
@font-face {
  font-family: 'bt_curve';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/BTCurve_W_Bd.woff2') format('woff2'),
       url('../fonts/BTCurve_W_Bd.woff') format('woff');
}
@font-face {
  font-family: 'bt_curve';
  font-weight: bold;
  font-style: italic;
  src: url('../fonts/BTCurve_W_BdIt.woff2') format('woff2'),
       url('../fonts/BTCurve_W_BdIt.woff') format('woff');
}
@font-face {
  font-family: 'bt_curve_headline';
  font-weight: normal;
  font-style: normal;
  src:  url('../fonts/BTCurve_W_Headline.woff2') format('woff2'),
        url('../fonts/BTCurve_W_Headline.woff') format('woff');
}
@font-face {
  font-family: 'bt_curve_headline';
  font-weight: normal;
  font-style: italic;
  src:  url('../fonts/BTCurve_W_HeadlineIt.woff2') format('woff2'),
        url('../fonts/BTCurve_W_HeadlineIt.woff') format('woff');
}
@font-face {
  font-family: 'bt_curve_cd';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/BTCurveCd_W_Rg.woff2') format('woff2'),
       url('../fonts/BTCurveCd_W_Rg.woff') format('woff');
}
@font-face {
  font-family: 'bt_curve_cd';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/BTCurveCd_W_Bd.woff2') format('woff2'),
       url('../fonts/BTCurveCd_W_Bd.woff') format('woff');
}

.w3-bt-font,.w3-bt-font-regular,.w3-bt-font-rg{font-family:bt_curve,'Century Gothic',Arial,sans-serif;}
.w3-bt-font-bold,.w3-bt-font-bd{font-family:bt_curve,'Century Gothic Bold','Arial Bold',sans-serif;}
.w3-bt-font-light,.w3-bt-font-lt{font-family:bt_curve,'Century Gothic',Arial,sans-serif;}

html,body{font-family:bt_curve,'Century Gothic',Arial,sans-serif;}
h1,h2,h3,h4,h5,h6{font-family:bt_curve,'Century Gothic',Arial,sans-serif;}

*/