:root {
  /* Brand Colors */
  --color-orange: #e07f33;
  --color-brown: #6f5748;
  --color-white: #ffffff;
  --color-blue-soft: #b5c9dd;

  /* Dark Backgrounds */
  --color-black: #050505;
  --color-black-soft: #0b0b0b;
  --color-charcoal: #111111;
  --color-card-dark: #171717;
  --color-card-dark-2: #1f1f1f;

  /* Text */
  --color-text-main: #ffffff;
  --color-text-dark: #111111;
  --color-text-muted: #bdbdbd;
  --color-text-muted-dark: #525252;

  /* Borders */
  --color-border-light: rgba(255, 255, 255, 0.14);
  --color-border-dark: rgba(0, 0, 0, 0.08);

  /* Shadows */
  --shadow-card: 0 20px 50px rgba(0, 0, 0, 0.35);
  --shadow-orange: 0 0 35px rgba(224, 127, 51, 0.35);

  /* Border Radius */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  /* Fonts */
  --font-heading: "Montserrat", "Arial Black", sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Montserrat", sans-serif;

  /* Spacing scale */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 48px;
  --space-xl: 96px;
}
