:root {
  --color-bg: #f8f7f5;
  --color-bg-elevated: #f1efec;
  --color-bg-contrast: #181b1f;
  --color-surface: rgba(255, 255, 255, 0.92);
  --color-surface-soft: #faf9f7;
  --color-surface-strong: #ffffff;
  --color-text: #171b20;
  --color-text-soft: #2c333c;
  --color-muted: #5f6872;
  --color-muted-strong: #434a53;
  --color-border: rgba(23, 27, 32, 0.09);
  --color-border-strong: rgba(23, 27, 32, 0.16);
  --color-brand: #c31922;
  --color-brand-strong: #7d0f15;
  --color-brand-soft: #f7d8d7;
  --color-accent: #4d555f;
  --color-accent-soft: #d3d7dc;
  --color-success: #1d7c54;
  --color-danger: #b12626;
  --color-warning: #9d6514;
  --color-white: #ffffff;
  --color-black: #0f1114;

  --font-display: "Plus Jakarta Sans", "Manrope", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 5.5rem;

  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  --shadow-soft: 0 2px 12px rgba(16, 18, 20, 0.06);
  --shadow-card: 0 4px 24px rgba(16, 18, 20, 0.08);
  --shadow-elevated: 0 8px 40px rgba(16, 18, 20, 0.12);
  --shadow-brand: 0 8px 32px rgba(125, 15, 21, 0.18);

  --transition-fast: 0.18s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.55s ease;

  --container-width: 1320px;
  --content-width: 920px;
}
