/* Self-hosted copies of Fraunces and Inter Tight.
   Both typefaces are licensed under the SIL Open Font License; licence texts
   are stored beside these files in /vendor. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url('./fraunces-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('./inter-tight-latin.woff2') format('woff2');
}
