:root {
  --font-family-body: "Nunito", sans-serif;
  --font-family-display: "Fredoka", sans-serif;

  --sky-top: var(--theme-sky-top, #92cbff);
  --sky-mid: var(--theme-sky-mid, #c8e6ff);
  --sky-bottom: var(--theme-sky-bottom, #fff1f8);
  --ink: var(--theme-ink, #5a6798);
  --ink-strong: var(--theme-ink-strong, #43507f);
  --shadow-soft: var(--theme-shadow-soft, 0 22px 55px rgba(109, 136, 191, 0.18));
  --shadow-deep: var(--theme-shadow-deep, 0 34px 70px rgba(109, 136, 191, 0.24));

  /* Foundation tokens reserved for future incremental cleanup */
  --radius-sm: 0.75rem;
  --radius-md: 1rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --radius-pill: 999px;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --duration-fast: 280ms;
  --duration-medium: 420ms;
  --duration-slow: 800ms;
}
