:root {
  /* Common */
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-xl: 48px;
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  /* Light Theme (Default) */
  --bg-primary: #ffffff;
  --bg-secondary: #f7fff4;
  --bg-accent: #e8fcdb;
  --bg-blue: #d4f8f4;
  --bg-cream: #faffea;
  --text-primary: #1a4d2e;
  --text-secondary: #05190b;
  --color-brand: #1a4d2e;
  --color-accent: #3fc75a;
  --btn-bg: #1a4d2e;
  --btn-text: #ffffff;
  --nav-bg: rgba(255, 255, 255, 0.85);

  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 12px 32px rgba(26, 77, 46, 0.1);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.08);

  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.08);
}