/* Saffron — warm cream and paprika with a friendly school-hand, for recipe
   collections, food notes and family sites.
   rev 2026-08-02
   Font: Edu AU VIC WA NT Hand via Bunny Fonts, requested only when this theme is
   picked. Self-host or use Google instead: see "Font family" in the guide's Tips page.
   Family list carries two names — Google renamed the face to "Edu AU VIC WA NT
   Hand"; the older "Edu VIC WA NT Hand" alias follows for anyone holding it.
   Only weight 600 is requested; it's the only one used. */

@import url('https://fonts.bunny.net/css?family=edu-au-vic-wa-nt-hand:600&display=swap');

[data-theme="saffron"] {
  --theme-icon: "🍅";
  --bg:         #fffaf2;
  --bg-nav:     #f7ecdc;
  --bg-code:    #f1e4d1;
  --border:     #dcc5a4;
  --text:       #3f2b1c;
  --text-muted: #755c40;
  --heading:    #9c3a1e;
  --link:       #a8401c;
  --link-hover: #7d2e12;
  --active-bg:  #f2ddc0;
  --active:     #7d2e12;
  --head-bg:    #f7ecdc;
}

/* Handwriting for display type only — headings and the site title. Body text
   stays in a serif, because a school-hand is tiring to read at length. */
[data-theme="saffron"] main h1,
[data-theme="saffron"] main h2,
[data-theme="saffron"] main h3,
[data-theme="saffron"] .site-title {
  font-family: 'Edu AU VIC WA NT Hand', 'Edu VIC WA NT Hand', 'Comic Sans MS', cursive;
  font-weight: 600;
  letter-spacing: 0.01em;
}

[data-theme="saffron"] main h1 { line-height: 1.25; }

[data-theme="saffron"] body { font-family: 'Iowan Old Style', Georgia, 'Times New Roman', serif; }
[data-theme="saffron"] code,
[data-theme="saffron"] pre  { font-family: ui-monospace, Consolas, monospace; }

/* Recipe-card touches: a soft rule under section headings, and blockquotes
   that read as a handwritten margin note. */
[data-theme="saffron"] main h2 {
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.2em;
}

[data-theme="saffron"] main blockquote {
  border-left: 3px solid var(--heading);
  background: var(--bg-nav);
  font-style: normal;
}
