/* Brand fonts — loaded from the marketing site (same pattern as status).
 *
 * Vendored at fremforge/www/static/fonts/ and served via Bunny CDN at
 * https://www.frem.sh/fonts/. Loading from our own first-party domain
 * keeps us inside the "no CDN-loaded fonts" rule from plan.md §TLS:
 * fonts.googleapis.com / jsdelivr.net / unpkg.com are forbidden, but
 * our own www.frem.sh is fine.
 *
 * The Bunny pullzone CSP allows font-src https://www.frem.sh on the
 * Forgejo origin response — see fremforge/forgejo/.infrastructure for
 * the pullzone CSP edit.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://www.frem.sh/fonts/InterVariable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Recursive';
  font-style: normal;
  font-weight: 300 1000;
  font-display: swap;
  src: url('https://www.frem.sh/fonts/recursive-variable.woff2') format('woff2-variations');
}
