/* SETTINGS — tokens */
:root {
  --slate-50: #f4f7fa;
  --slate-100: #e8edf2;
  --slate-200: #d4dde6;
  --slate-300: #b5c3d1;
  --slate-700: #3a4a58;
  --slate-900: #1a242e;
  --teal-500: #0d8a85;
  --teal-600: #0b6b6b;
  --teal-700: #085555;
  --teal-800: #064242;
  --yellow-400: #ffe600;
  --yellow-500: #f0d800;
  --yellow-ink: #3d3800;
  --white: #ffffff;
  --ink: #1a242e;
  --muted: #4a5a68;

  --color-bg: var(--slate-100);
  --color-bg-soft: var(--slate-50);
  --color-surface: var(--white);
  --color-ink: var(--ink);
  --color-muted: var(--muted);
  --color-primary: var(--teal-600);
  --color-primary-deep: var(--teal-800);
  --color-accent: var(--yellow-400);
  --color-accent-ink: var(--yellow-ink);
  --color-border: var(--teal-600);

  --font-serif: "Libre Baskerville", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-display: "Libre Baskerville", Georgia, serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;

  --width-letter: 42rem;
  --width-band: 72rem;
  --width-wide: 80rem;

  --border-w: 2px;
  --radius-chip: 999px;
  --radius-nav: 999px;
  --radius-soft: 12px;
  --shadow-nav: 0 8px 28px rgba(26, 36, 46, 0.12);

  --header-h: 4.5rem;
  --age-h: 2.5rem;
  --z-nav: 100;
  --z-age: 110;
  --z-cookie: 120;
}
