/* ------------------------------------------------------------
   Self-hosted brand fonts — The Planters' Guild
   ------------------------------------------------------------
   Inter (variable) + Source Serif 4 (variable, roman + italic).
   Files live next to this CSS at /assets/fonts/.

   To refresh the font files, run download-fonts.ps1 (Windows)
   or download-fonts.sh (Linux/Mac) in this directory.
   ------------------------------------------------------------ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('Inter-Variable.woff2') format('woff2-variations'),
       url('Inter-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('Inter-VariableItalic.woff2') format('woff2-variations'),
       url('Inter-VariableItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('SourceSerif4Variable-Roman.woff2') format('woff2-variations'),
       url('SourceSerif4Variable-Roman.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('SourceSerif4Variable-Italic.woff2') format('woff2-variations'),
       url('SourceSerif4Variable-Italic.woff2') format('woff2');
}
