/* Self-hosted replacement for the Google Fonts CDN (Fraunces + Raleway).
   Files are the same open-source (SIL OFL) font builds Google Fonts serves,
   distributed via the Fontsource npm project — see LICENSE-OFL.txt in this
   folder. Only the Latin subset is included (this is a UK-English site). */

@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('/assets/fonts/fraunces-variable-latin.woff2') format('woff2-variations');
}

@font-face{
  font-family:'Raleway';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/assets/fonts/raleway-latin-400.woff2') format('woff2');
}
@font-face{
  font-family:'Raleway';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/assets/fonts/raleway-latin-500.woff2') format('woff2');
}
@font-face{
  font-family:'Raleway';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/assets/fonts/raleway-latin-600.woff2') format('woff2');
}
@font-face{
  font-family:'Raleway';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/assets/fonts/raleway-latin-700.woff2') format('woff2');
}
