/* Self-hosted subset of the fonts used by the deck.
   Barlow / Barlow Semi Condensed / JetBrains Mono are all SIL OFL 1.1.
   Latin subset only, and only the weights the theme actually references,
   so the whole deck runs offline from a USB stick. */

@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-display: block;
  font-weight: 600;
  src: url('files/barlow-semi-condensed-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: url('files/barlow-semi-condensed-latin-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url('files/barlow-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-display: block;
  font-weight: 500;
  src: url('files/barlow-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-display: block;
  font-weight: 600;
  src: url('files/barlow-latin-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url('files/jetbrains-mono-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: url('files/jetbrains-mono-latin-700-normal.woff2') format('woff2');
}
