/* Self-hosted so the site makes no third-party request and works offline.
   Latin subset only. Both files are variable fonts, so each declares a weight
   range rather than one face per weight. */

@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/bodoni-moda-500.woff2") format('woff2-variations'),
       url("fonts/bodoni-moda-500.woff2") format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/public-sans-400.woff2") format('woff2-variations'),
       url("fonts/public-sans-400.woff2") format('woff2');
}
