:root {
  --color-background: #fdf9f3;
  --color-surface: #ffffff;
  --color-text: #30231f;
  --color-text-muted: #4a413d;
  --color-orange: #db5a22;
  --color-red: #c6411d;
  --color-accent: #ee833f;
  --color-border: #ead9c9;
  --color-focus: #175fc7;
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: Arial, Helvetica, sans-serif;
  --container: 74rem;
  --space-page: clamp(1.25rem, 4vw, 4rem);
  --radius-small: 0.5rem;
  --radius-medium: 1rem;
  --shadow-soft: 0 0.65rem 1.6rem rgb(86 53 31 / 10%);
}
