/* KIMIA NATURIS — DESIGN TOKENS */

:root {
  --color-primary: #000000;
  --color-secondary: #C6A15B;
  --color-green: #2E5E3A;
  --color-green-dark: #234A2E;
  --color-text: #555555;
  --color-bg: #FAFAF7;
  --color-surface: #FFFFFF;
  --color-border: #E9E7E2;

  --font-latin: "Manrope", sans-serif;
  --font-fa: "Vazirmatn", sans-serif;

  --container: 1100px;
  --container-wide: 1280px;

  --radius-card: 16px;
  --radius-button: 8px;

  --space-section: 96px;
  --space-section-mobile: 64px;
}