/* Primary typeface Founders Grotesk Condensed */
/*
   we do not url-encode these files as they are smaller in size
   and we leave it up to the browser to decide which to use
*/
@font-face {
  font-display: swap; /* swap from fallback rather than blocking */
  font-family: 'Founders Grotesk Condensed';
  src: url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/FoundersGroteskCondensedWeb-Bold.woff2') format('woff2'),
    url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/FoundersGroteskCondensedWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* normal */
@font-face {
  font-display: swap; /* swap from fallback rather than blocking */
    font-family: 'Baskerville 10 Pro';
    src: url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/Baskerville10Pro.woff2') format('woff2'),
      url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/Baskerville10Pro.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
/* bold */
@font-face {
  font-display: swap; /* swap from fallback rather than blocking */
    font-family: 'Baskerville 10 Pro';
    src: url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/Baskerville10Pro-Bold.woff2') format('woff2'),
      url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/Baskerville10Pro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* italic */
@font-face {
  font-display: swap; /* swap from fallback rather than blocking */
  font-family: 'Baskerville 10 Pro';
  src: url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/Baskerville10Pro-Italic.woff2') format('woff2'),
    url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/Baskerville10Pro-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

/* bold italic */
@font-face {
  font-display: swap; /* swap from fallback rather than blocking */
  font-family: 'Baskerville 10 Pro';
  src: url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/Baskerville10Pro-BoldItalic.woff2') format('woff2'),
    url('https://dist.bbk.ac.uk/testmedia/superbowl/fonts/Baskerville10Pro-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
