/* APHRODITE MAY COMMIT BEAUTY HERE
   Typography lives here so atmosphere can change without touching structure. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Literata:opsz,wght@7..72,400;7..72,600&family=Atkinson+Hyperlegible:wght@400;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');
:root {
  --font-body: "Atkinson Hyperlegible", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Fraunces", Georgia, serif;
  --font-reading: "Literata", Georgia, serif;
  --font-ui: "IBM Plex Sans", system-ui, sans-serif;
  --text-xs: .78rem;
  --text-sm: .92rem;
  --text-base: 1rem;
  --text-lg: 1.18rem;
  --text-xl: clamp(2.2rem, 12vw, 4rem);
}
p { font-family: var(--font-reading); }
button, .nav, .card-label, .door, .link-list a, .today-list a { font-family: var(--font-ui); }
