:root {
  --font-family-base: "Poppins", "Segoe UI", Tahoma, sans-serif;
  --font-family-heading: "Poppins", "Segoe UI", Tahoma, sans-serif;

  --color-text-primary: #1f2a1c;
  --color-text-secondary: #5e6d57;
  --color-text-muted: #6a7565;
  --color-surface: #ffffff;
  --color-surface-soft: #f8fbf6;
  --color-border-soft: #dbe8d1;
  --color-border-strong: #9fcd85;
  --color-focus-ring: #4a84c8;

  --palette-green-top-border: #9fcd85;
  --palette-green-base: #dff0d2;
  --palette-green-text: #2c3a25;
  --palette-green-soft: #edf7e6;
  --palette-green-accent: #6da84f;

  --palette-yellow-top-border: #d8b64b;
  --palette-yellow-base: #f6de8b;
  --palette-yellow-text: #4b3a12;
  --palette-yellow-soft: #fff7dc;
  --palette-yellow-accent: #b08a1e;

  --palette-gray-top-border: #bcc4cf;
  --palette-gray-base: #e7ebf0;
  --palette-gray-text: #2e3640;
  --palette-gray-soft: #f3f5f8;
  --palette-gray-accent: #7b8694;

  --palette-blue-top-border: #8fb9e8;
  --palette-blue-base: #dbeafe;
  --palette-blue-text: #23364d;
  --palette-blue-soft: #eef6ff;
  --palette-blue-accent: #4a84c8;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --radius-pill: 999px;

  --shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.05);
  --shadow-card: 0 18px 40px rgba(0, 0, 0, 0.06);
  --shadow-strong: 0 20px 60px rgba(0, 0, 0, 0.08);

  --transition-fast: 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --transition-fast: 0s linear;
  }
}
