:root {
  --color-page: #f5f1ea;
  --color-surface: #f9f6ef;
  --color-surface-soft: #efe6d8;
  --color-surface-strong: #fffdf8;
  --color-text: #101724;
  --color-muted: #5b6472;
  --color-border: rgba(16, 23, 36, 0.12);
  --color-primary: #101724;
  --color-primary-text: #ffffff;
  --color-accent: #c77a13;
  --color-accent-2: #e29a22;
  --color-accent-soft: #fff0d8;
  --color-green: #295c4a;
  --color-blue: #293f67;
  --color-dark: #101724;
  --font-main: Outfit, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: Outfit, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-large: 34px;
  --radius-card: 24px;
  --radius-button: 14px;
  --shadow-soft: 0 28px 80px rgba(16, 23, 36, 0.14);
  --shadow-card: 0 18px 56px rgba(16, 23, 36, 0.09);
  --container: 1180px;
}
