/**
 * Aurora overlay for the LEGACY template families (navbar / inline-styled).
 *
 * These ~70 English pages plus the quarantined locales predate the design
 * system: they load css/style.min.css (or blog.css) and then carry their own
 * inline <style>, so this file is linked immediately before </head> to get
 * the last word. The 2026-08-29 sitewide hex map already moved every palette
 * literal (purple #667eea era → Aurora lavender/teal/dawn); what remains here
 * is the part a colour swap cannot do: the display face and the Dawn wash.
 *
 * Legacy pages stay light-only on purpose — day/night switching remains an
 * editorial-family feature (see css/theme.css). Requires the Gloock font link
 * injected next to this file's own <link>.
 */

/* the Dawn sky — a pale lilac wash with the three aurora glows */
body {
  background-color: #F1F0FA;
  background-image:
    radial-gradient(42% 30% at 82% -4%, rgba(93,80,214,.06), transparent 70%),
    radial-gradient(48% 34% at 6% -6%, rgba(14,124,111,.05), transparent 70%),
    radial-gradient(56% 42% at 50% 108%, rgba(168,68,31,.05), transparent 72%);
  background-attachment: fixed;
}

/* display face — headings only; Inter stays for body text */
h1, h2 {
  font-family: 'Gloock', Georgia, serif;
  font-weight: 400;
  letter-spacing: -.01em;
}

/* soften the era's sharp chrome into the Aurora shape language */
[class*="btn"], [class*="cta-button"], .download-btn, .nav-cta {
  border-radius: 999px;
}

/* legacy navbar reads as part of the Dawn page rather than a white bar */
.navbar {
  background: rgba(241,240,250,.86);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
