/* 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/assets/font/FoundersGroteskCondensedWeb-Bold.551e54cb97.woff2') format('woff2'),
    url('https://dist.bbk.ac.uk/assets/font/FoundersGroteskCondensedWeb-Bold.d6f080548b.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
