:root {
  color-scheme: light;
  --ink: #111111;
  --ink-soft: #686866;
  --paper: #ffffff;
  --canvas: #f2f2f0;
  --line: #dededb;
  --line-strong: #a7a7a2;
  --accent: #a7835a;
  --accent-dark: #80613f;
  --gold: #a7835a;
  --blue: #24435a;
  --success: #29463a;

  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  --radius-sm: 4px;
  --radius-md: 6px;
  --shadow-soft: 0 12px 36px rgb(17 17 17 / 8%);
  --shadow-drawer: 0 0 60px rgb(17 17 17 / 14%);

  --container: 1480px;
  --gutter: 32px;
  --announcement-height: 0px;
  --header-height: 68px;
  --ease-out: cubic-bezier(.2, .7, .2, 1);
}

@media (max-width: 760px) {
  :root {
    --gutter: 16px;
    --header-height: 64px;
    --space-9: 72px;
    --space-10: 88px;
  }
}
