/* ==========================================================================
   TURBINE setup page — self-hosted faces

   Playfair Display carries the speaker's brand; the other three are the faces the
   TURBINE site ships, copied out of
   public/fonts/ so that this page is a folder you can drag onto Netlify with
   nothing else attached. Latin subset only. No request leaves the page.

   Paths are relative on purpose: the page then works from a file:// URL, from
   a Netlify drop and from a subdirectory, without being rebuilt.

   All three families are under the SIL Open Font License 1.1, which requires
   the copyright notice and the licence to travel with the files. Both are in
   this folder, so the drag-and-drop copy carries them too:

   Space Grotesk — full licence text in OFL-SpaceGrotesk.txt
   Copyright 2020 The Space Grotesk Project Authors (https://github.com/floriankarsten/space-grotesk)

   Inter — full licence text in OFL-Inter.txt
   Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter)

   Playfair Display — full licence text in OFL-PlayfairDisplay.txt
   Copyright 2017 The Playfair Display Project Authors (https://github.com/clauseggers/Playfair-Display)

   JetBrains Mono — full licence text in OFL-JetBrainsMono.txt
   Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)
   ========================================================================== */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('space-grotesk-06408904.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('space-grotesk-06408904.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-3100e775.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-3100e775.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-3100e775.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('jetbrains-mono-83c005d4.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('jetbrains-mono-83c005d4.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('playfair-display.woff2') format('woff2');
}
