:root {
  --color-bg-dark: #0D0D0D;
  --color-bg-deeper: #0A0A0A;
  --color-bg-light: #F5F2ED;
  --color-bg-gray: #E8E4DF;
  --color-bg-card-dark: #1A1A1A;
  --color-accent: #B87333;
  --color-accent-hover: #9A5F28;
  --color-text-white: #FFFFFF;
  --color-text-dark: #1A1A1A;
  --color-text-gray: #6B6B6B;
  --color-text-light-gray: #CCCCCC;
  --color-success: #4A7C59;
  --color-error: #A6473E;
  --color-border-dark: #2A2A2A;
  --color-border-light: #D4D0CB;
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-accent: 'Space Grotesk', sans-serif;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 64px;
  --space-3xl: 80px;
  --space-4xl: 120px;
  --max-width: 1200px;
  --nav-height: 72px;
  --announcement-height: 40px;
  --header-height: 112px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --shadow-soft: 0 2px 16px rgba(0, 0, 0, 0.06);
}
