/* Loaded as a plain stylesheet from public/ rather than bundled. The fonts live
   in public/fonts/, but this file is served from the site root, so the paths
   must be "./fonts/<file>" -- a bare "./<file>" would resolve to /<file> and 404,
   silently dropping the page back to system fonts. */

@font-face {
  font-family: 'Bettrisia';
  src: url('./fonts/Bettrisia Script Alt Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Janna';
  src: url('./fonts/janna-2-thin.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
