@font-face {
  font-family: 'Pfizer Tomorrow';
  src:
    url("/fonts/PfizerTomorrow-Regular.otf") format("opentype"),
    url("/fonts/PfizerTomorrow-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pfizer Tomorrow Italic';
  src:
    url("/fonts/PfizerTomorrow-RegularItalic.otf") format("opentype"),
    url("/fonts/PfizerTomorrow-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Pfizer Tomorrow Bold';
  src:
    url("/fonts/PfizerTomorrow-Bold.otf") format("opentype"),
    url("/fonts/PfizerTomorrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Pfizer Tomorrow Bold Italic';
  src:
    url("/fonts/PfizerTomorrow-BoldItalic.otf") format("opentype"),
    url("/fonts/PfizerTomorrow-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Pfizer Tomorrow Black';
  src:
    url("/fonts/PfizerTomorrow-Black.otf") format("opentype"),
    url("/fonts/PfizerTomorrow-Black.ttf") format("truetype");
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'Pfizer Tomorrow Black Italic';
  src:
    url("/fonts/PfizerTomorrow-BlackItalic.otf") format("opentype"),
    url("/fonts/PfizerTomorrow-BlackItalic.ttf") format("truetype");
  font-weight: bolder;
  font-style: italic;
}

@font-face {
  font-family: 'Pfizer Diatype';
  src:
    url('/fonts/PfizerDiatype-Regular.woff') format('woff'),
    url('/fonts/PfizerDiatype-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pfizer Diatype Light';
  src:
    url('/fonts/PfizerDiatype-Light.woff') format('woff'),
    url('/fonts/PfizerDiatype-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pfizer Diatype Italic';
  src:
    url('/fonts/PfizerDiatype-RegularItalic.woff') format('woff'),
    url('/fonts/PfizerDiatype-RegularItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Pfizer Diatype Bold';
  src: 
    url('/fonts/PfizerDiatype-Bold.woff') format('woff'),
    url('/fonts/PfizerDiatype-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Pfizer Diatype Heavy';
  src: 
    url('/fonts/PfizerDiatype-Heavy.woff') format('woff'),
    url('/fonts/PfizerDiatype-Heavy.woff2') format('woff2');
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'Pfizer Diatype Heavy Italic';
  src: 
    url('/fonts/PfizerDiatype-HeavyItalic.woff') format('woff'),
    url('/fonts/PfizerDiatype-HeavyItalic.woff2') format('woff2');
  font-weight: bolder;
  font-style: italic;  
}