:root {
  --color-bg: #111111;
  --color-surface: #1a1a1a;
  --color-surface-raised: #222222;
  --color-text: #f5f5f5;
  --color-muted: #999999;
  --color-accent: #c89b3c;
  --color-accent-hover: #d6ad55;
  --color-accent-pressed: #a87d28;
  --color-border: #333333;
  --color-border-strong: #555555;
  --color-light: #f3f0e9;
  --color-light-surface: #ffffff;
  --color-light-secondary: #e6e0d5;
  --color-light-text: #171717;
  --color-light-muted: #5f5f5f;
  --color-light-border: #cdc6ba;

  --font-heading: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  --font-body: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-40: 10rem;

  --container: 80rem;
  --container-wide: 90rem;
  --reading: 45rem;
  --page-gutter: 1.25rem;

  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.75rem;

  --duration-fast: 160ms;
  --duration-default: 240ms;
  --duration-moderate: 320ms;
  --duration-reveal: 520ms;
  --ease-standard: cubic-bezier(0.2, 0.65, 0.3, 1);
  --ease-emphasis: cubic-bezier(0.16, 1, 0.3, 1);

  --header-height: 4rem;
}

@media (min-width: 48rem) {
  :root {
    --page-gutter: 2rem;
    --header-height: 4.5rem;
  }
}

@media (min-width: 80rem) {
  :root {
    --page-gutter: 4rem;
    --header-height: 5.5rem;
  }
}
