:root {
  color-scheme: light;
  --color-background: #f5f1e9;
  --color-surface: #eae5da;
  --color-text: #292e27;
  --color-muted: #62665c;
  --color-primary: #343f32;
  --color-accent: #8b422c;
  --color-line: #ccc9bd;
  --color-on-primary: #f5f1e9;
  --font-ar: "Segoe UI", Tahoma, Arial, sans-serif;
  --font-en: "Segoe UI", Arial, sans-serif;
  --font-editorial: Georgia, "Times New Roman", serif;
  --container: 80rem;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: clamp(4rem, 8vw, 8rem);
  --radius-small: .2rem;
  --radius-round: 50%;
}
