@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap');

:root {
  --color-primary: #0a7c5c;
  --color-secondary: #14a07c;
  --color-accent: #00b4d8;
  --color-bg: #f0faf6;
  --color-bg-white: #ffffff;
  --color-text: #1a2e28;
  --color-text-muted: #4a6860;
  --color-border: #c8e6da;
  --font-heading: 'Nunito', sans-serif;
  --font-body: 'Open Sans', sans-serif;
  --radius: 12px;
  --shadow: 0 4px 16px rgba(10, 124, 92, 0.10);
}
