/* =========================================================================
   theme.css — your design choices.
   Loads AFTER styles.css, so whatever is set here wins. The admin page's
   "Design & fonts" tab rewrites this file, and you can also edit it by hand.

   CURRENTLY ACTIVE: Syne (headings)
   ------------------------------------------------------------------------
   TO GO BACK TO FRAUNCES: delete the two "Syne" lines in the :root block
   below and un-comment the two Fraunces lines. Nothing else changes.
   (Or just pick it from the Design tab in /admin/.)

   All of these are already downloaded and include Hungarian accents:
     "Fraunces"       — editorial serif
     "Syne"           — arty geometric display   <-- in use
     "Unbounded"      — rounded contemporary
     "Big Shoulders"  — tall condensed, poster energy
     "Bodoni Moda"    — high-contrast fashion serif
   ========================================================================= */
:root{
  /* --- ACTIVE: Syne --- */
  --display: "Syne", "Segoe UI", system-ui, Arial, sans-serif;
  --display-weight: 700;

  /* --- BACKUP: Fraunces (un-comment these two, delete the two above) ---
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --display-weight: 600;
  */

  /* Body text stays Inter — it is the most readable at small sizes. */
  --sans: "Inter", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* The logo wordmark keeps its own font so the brand stays recognisable. */
.brand{ font-family: "Unbounded", var(--sans); }
