/* The Learning Garden — brand typography for content & marketing pages.
   The child-facing game hub and the games themselves keep their playful
   type; this file is linked only on the marketing/content pages. The faces
   are declared in gamekit.css. Link AFTER the page's own <style> is fine —
   `html body` outranks a plain `body{}` rule regardless of order. */

html body { font-family: var(--gk-sans, "Mulish", system-ui, sans-serif); }

h1, h2, h3, h4 {
    font-family: var(--gk-serif, "Fraunces", Georgia, serif);
    font-optical-sizing: auto;
    letter-spacing: -0.01em;
}
h1 { font-weight: 900; font-variation-settings: "SOFT" 40, "WONK" 1; }
h2 { font-weight: 700; }
