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

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

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

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

@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: "TimesNewRomanPSMT", sans-serif

700

*/

/*

font-family: "Panton", sans-serif

600, 700, 700i, 800

*/