:root {
  /* Colors */
  --color-primary: #1C7659; /* Brand Green */
  --color-primary-dark: #0f382a; /* Deep Premium Corporate Green */
  --color-secondary: #46C4DD; /* Brand Turquoise Highlight */
  --color-text-dark: #0f382a; /* Deep Green Text */
  --color-text-muted: rgba(15, 56, 42, 0.7);
  --color-bg-light: #fcf9ee; /* Soft Cream */
  --color-white: #ffffff;
  
  /* Typography */
  --font-primary: 'Outfit', system-ui, -apple-system, sans-serif;
  --font-heading: 'Outfit', system-ui, -apple-system, sans-serif;
  
  /* Spacing & Layout */
  --container-width: 1320px;
  --container-padding: 0 20px;
  --transition-fast: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --transition-normal: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  
  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 50px; /* Yuvarlak butonlar için */
}
