/*
  fonts.css: Figtree, self-hosted.

  sjakkpass.no moved from Montserrat to Figtree (its pages load Figtree 400
  and 700 today, 2026-09-14), and the owner wants Loftet in the site's own
  type. One variable file covers every weight from 300 to 900, so the
  wordmark can take the heaviest cut (900) and headings stay at 800. Served
  from assets/fonts/ because the app must also run from file://.

  Figtree by Erik Kennedy, SIL Open Font License 1.1: assets/fonts/Figtree-OFL.txt.
  The .ttf is the variable font from the typeface's own repository, unchanged.
*/

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  src: url("../assets/fonts/Figtree-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}
