/* ====================================================================================================================

  FONT-FACE - SAPO.PT

  BASE: 
  https://css-tricks.com/snippets/css/using-font-face/

  CONVERTER FONT ONLINE:
  http://www.freefontconverter.com/
  https://onlinefontconverter.com/



  /* .eot  - /* IE9 Compat Modes */

  /* .eot?#iefix - embedded-opentype - /* IE6-IE8 */

  /* .woff2 - /* Super Modern Browsers */

  /* .woff - /* Pretty Modern Browsers */

  /* .ttf - /* Safari, Android, iOS */

  /* .svg - /* Legacy iOS */


 /*  ====================================================================================================================*/




@font-face {
font-family: 'Gotham-Light';
src: url('https://pub.web.sapo.io/static/font-face/Gotham-Light.eot'); 
src: url('https://pub.web.sapo.io/static/font-face/Gotham-Light.eot?#iefix') format('embedded-opentype'),
     url('https://pub.web.sapo.io/static/font-face/Gotham-Light.woff2') format('woff2'), 
     url('https://pub.web.sapo.io/static/font-face/Gotham-Light.woff') format('woff'), 
     url('https://pub.web.sapo.io/static/font-face/Gotham-Light.ttf')  format('truetype'), 
     url('https://pub.web.sapo.io/static/font-face/Gotham-Light.svg') format('svg');
}
@font-face {
font-family: 'Gotham-Book';
src: url('https://pub.web.sapo.io/static/font-face/Gotham-Book.eot.eot'); 
src: url('https://pub.web.sapo.io/static/font-face/Gotham-Book.eot?#iefix') format('embedded-opentype'),
     url('https://pub.web.sapo.io/static/font-face/GothamBook.woff2') format('woff2'), 
     url('https://pub.web.sapo.io/static/font-face/GothamBook.woff') format('woff'), 
     url('https://pub.web.sapo.io/static/font-face/GothamBook.ttf')  format('truetype'), 
     url('https://pub.web.sapo.io/static/font-face/Gotham-Book.eot.svg') format('svg');
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('https://pub.web.sapo.io/static/font-face/Gotham-Medium.eot.eot'); 
  src: url('https://pub.web.sapo.io/static/font-face/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
       url('https://pub.web.sapo.io/static/font-face/Gotham-Medium.woff2') format('woff2'), 
       url('https://pub.web.sapo.io/static/font-face/Gotham-Medium.woff') format('woff'), 
       url('https://pub.web.sapo.io/static/font-face/Gotham-Medium.ttf')  format('truetype'), 
       url('https://pub.web.sapo.io/static/font-face/Gotham-Medium.eot.svg') format('svg');
  }
@font-face {
  font-family: 'Gotham-Bold';
  src: url('https://pub.web.sapo.io/static/font-face/Gotham-Bold.eot'); 
  src: url('https://pub.web.sapo.io/static/font-face/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
       url('https://pub.web.sapo.io/static/font-face/Gotham-Bold.woff2') format('woff2'), 
       url('https://pub.web.sapo.io/static/font-face/Gotham-Bold.woff') format('woff'), 
       url('https://pub.web.sapo.io/static/font-face/Gotham-Bold.ttf')  format('truetype'), 
       url('https://pub.web.sapo.io/static/font-face/Gotham-Bold.svg') format('svg');
}





