@font-face { 
  font-family: 'Arial'; 
  src: url('../fonts/ArialBold/ArialBold.woff2') format('woff2'), 
/*       url('../fonts/ArialBold/ArialBold.ttf')  format('truetype'), */
       url('../fonts/ArialBold/ArialBold.woff') format('woff'); 
  font-weight: 700; 
  font-style: normal; 
}

@font-face { 
  font-family: 'Cambria'; 
  src: url('../fonts/CambriaRegularItalic/CambriaRegularItalic.woff2') format('woff2'), 
/*       url('../fonts/CambriaRegularItalic/CambriaRegularItalic.ttf')  format('truetype'), */
       url('../fonts/CambriaRegularItalic/CambriaRegularItalic.woff') format('woff'); 
  font-weight: 400; 
  font-style: italic;
}

@font-face { 
  font-family: 'CenturyGothic'; 
  src: url('../fonts/CenturyGothicRegular/CenturyGothicRegular.woff2') format('woff2'), 
/*       url('../fonts/CenturyGothicRegular/CenturyGothicRegular.ttf')  format('truetype'), */
       url('../fonts/CenturyGothicRegular/CenturyGothicRegular.woff') format('woff'); 
  font-weight: 400; 
  font-style: normal; 
}

@font-face { 
  font-family: 'Panton'; 
  src: url('../fonts/PantonExtraBold/PantonExtraBold.woff2') format('woff2'), 
/*       url('../fonts/PantonExtraBold/PantonExtraBold.ttf')  format('truetype'), */
       url('../fonts/PantonExtraBold/PantonExtraBold.woff') format('woff'); 
  font-weight: 800; 
  font-style: normal; 
}

/*

font-family: 'Fira Sans', sans-serif

400, 700
*/

/*

font-family: 'PT Sans', sans-serif

400 ,700
*/

/*

font-family: 'Roboto', sans-serif
300, 300i, 700
*/

/*

font-family: 'Arial', sans-serif
700
*/

/*

font-family: 'Cambria', sans-serif
400i
*/

/*

font-family: 'CenturyGothic', sans-serif
400
*/

/*

font-family: 'Panton', sans-serif
800
*/
