:root {
  /* Colors */
  --color-accent: #f3b218;
  --color-accent-dark: #d49a10;
  --color-text-dark: #1a1a1a;
  --color-text-body: #404040;
  --color-text-muted: #7a7a7a;
  --color-white: #ffffff;
  --color-sand: #e8dcc8;
  --color-sand-dark: #c9b896;
  --color-bg-light: #f9f6f0;
  --color-bg-quote: #f0ebe3;
  --color-overlay: rgba(26, 26, 26, 0.65);
  --color-footer-bg: #1a1a1a;
  --color-footer-text: #b8b8b8;

  /* Typography */
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Noto Sans", sans-serif;

  --font-size-base: 16px;
  --font-size-sm: 14px;
  --font-size-nav: 16px;
  --font-size-h1: 64px;
  --font-size-h2: 34px;
  --font-size-h3: 24px;
  --font-size-h5: 18px;
  --font-size-quote: 21px;
  --font-size-label: 13px;

  --line-height-base: 1.7;
  --line-height-heading: 1.2;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  /* Spacing */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 60px;
  --space-2xl: 100px;
  --space-3xl: 120px;

  --section-padding-y: 100px;
  --section-padding-y-sm: 60px;

  /* Layout */
  --container-width: 1140px;
  --container-width-narrow: 800px;
  --header-height: 86px;

  /* Borders & Shadows */
  --radius-sm: 4px;
  --radius-pill: 999px;
  --shadow-card: 0 12px 40px rgba(26, 26, 26, 0.08);
  --shadow-card-hover: 0 20px 50px rgba(26, 26, 26, 0.14);
  --shadow-feature: 0 8px 30px rgba(26, 26, 26, 0.06);
  --shadow-feature-hover: 0 16px 40px rgba(26, 26, 26, 0.1);
  --shadow-header: 0 2px 20px rgba(0, 0, 0, 0.15);
  --shadow-testimonial: 0 16px 48px rgba(26, 26, 26, 0.08);

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;

  /* Dividers */
  --divider-width-sm: 8%;
  --divider-width-md: 10%;
  --divider-width-lg: 15%;
  --divider-height: 3px;
  --divider-height-accent: 4px;
}
