/* fcc.cc/solitaire — self-hosted typography
 *
 * Fraunces (display serif, italic-capable)
 *   Source: https://github.com/undercasetype/Fraunces
 *   License: SIL Open Font License 1.1
 *
 * Instrument Serif (editorial serif)
 *   Source: https://github.com/Instrument/instrument-serif
 *   License: SIL Open Font License 1.1
 *
 * JetBrains Mono (monospace)
 *   Source: copied from /shared/fonts/jetbrains-mono-latin.woff2
 *   License: SIL Open Font License 1.1
 */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/Fraunces72pt-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/Fraunces72pt-Italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url(./fonts/Fraunces72pt-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 500 600;
  font-display: swap;
  src: url(./fonts/Fraunces72pt-SemiBoldItalic.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url(./fonts/Fraunces72pt-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/InstrumentSerif-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/InstrumentSerif-Italic.woff2) format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(./fonts/JetBrainsMono.woff2) format('woff2');
}
