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

:root {
  --font-heading: 'Nunito', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  --text-hero: 3.5rem;
  --text-h1: 2.5rem;
  --text-h2: 1.75rem;
  --text-h3: 1.25rem;
  --text-body-lg: 1.125rem;
  --text-body: 1rem;
  --text-sm: 0.875rem;

  --brand: #7BA99A;
  --brand-soft: #D9EBE5;
  --brand-strong: #5A8C7C;

  --warm: #E8927F;
  --warm-soft: #F7E6E1;
  --warm-strong: #C97060;

  --sky: #8AAFC8;
  --sky-soft: #E0ECF5;

  --bg: #F8F5F4;
  --bg-soft: #FDFCFB;

  --surface-1: #FFFFFF;
  --surface-2: #F3F0EE;
  --surface-3: #ECF2EF;

  --text-1: #232E2B;
  --text-2: #445550;
  --text-3: #6B7E79;
  --text-inverse: #F8F5F4;

  --border-1: #E6E0DC;
  --border-2: #CEC8C2;

  --shadow-sm: 0 2px 8px rgba(35, 46, 43, 0.06);
  --shadow-md: 0 4px 16px rgba(35, 46, 43, 0.08);
  --shadow-lg: 0 8px 32px rgba(35, 46, 43, 0.10);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-6: 48px;
  --space-8: 64px;
  --space-12: 96px;
  --space-16: 128px;
}
