:root {
  --font-display: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;

  --color-bg-dark: #0c0b0a;
  --color-bg-dark-elevated: #151311;
  --color-bg-light: #f1eeea;
  --color-bg-surface: #1c1a18;
  --color-bg-surface-light: #f8f5f1;

  --color-text-primary: #ffffff;
  --color-text-secondary: #ffffff;
  --color-text-dark: #1f1b17;
  --color-text-muted-dark: #61584e;

  --color-line-dark: rgba(245, 242, 237, 0.32);
  --color-line-light: rgba(110, 97, 84, 0.3);

  --color-accent: #b97846;
  --color-accent-soft: rgba(185, 120, 70, 0.2);
  --color-accent-alt: #c4944f;
  --color-accent-pale: #f0e6d8;
  --color-alert: #a65232;
  --color-success: #8fa77f;

  --gradient-hero: radial-gradient(circle at 14% 16%, rgba(150, 88, 52, 0.2), transparent 42%),
    radial-gradient(circle at 82% 5%, rgba(188, 142, 77, 0.1), transparent 34%),
    linear-gradient(165deg, #080706 8%, #141210 54%, #0e0d0c 100%);

  --gradient-surface-dark: linear-gradient(160deg, #1d1a17 0%, #171412 56%, #12100f 100%);
  --gradient-surface-light: linear-gradient(165deg, #fbf8f3 0%, #f2ece3 58%, #ebe2d6 100%);

  --radius-xs: 0;
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --radius-xl: 0;

  --shadow-soft: 0 14px 38px rgba(0, 0, 0, 0.28);
  --shadow-card: 0 26px 65px rgba(4, 8, 18, 0.36);

  --space-2xs: 0.4rem;
  --space-xs: 0.7rem;
  --space-sm: 1rem;
  --space-md: 1.35rem;
  --space-lg: 2rem;
  --space-xl: 2.8rem;
  --space-2xl: 4.1rem;
  --space-3xl: 6rem;

  --container-max: 1220px;
  --content-max: 760px;

  --easing-base: cubic-bezier(0.25, 0.8, 0.25, 1);
  --easing-sharp: cubic-bezier(0.34, 1.56, 0.64, 1);
  --duration-fast: 180ms;
  --duration-med: 360ms;
  --duration-slow: 680ms;
}
