/* Velquaria — web fonts SELF-HOSTED (first-party, zero trasferimento IP a Google).
   Rimpiazza i <link fonts.googleapis.com> nei template pubblici. Coppie e pesi identici a quelli
   che i template caricavano da Google. I file variabili coprono l'intero range di pesi. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/ghost/fonts/Inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('/static/ghost/fonts/SourceSerif4.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/static/ghost/fonts/JetBrainsMono.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/ghost/fonts/Outfit.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/static/ghost/fonts/Newsreader.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url('/static/ghost/fonts/Newsreader-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/ghost/fonts/Marcellus.woff2') format('woff2');
}
