/* Field notes (field-notes) — generated by design-kit/scripts/tokens.mjs
   Mood: grounded, natural, curious
   Signature: Maps, specimen-style labels, photos with captions, moss green actions with an ochre highlight for data.
   Fonts: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap">
   Use ONLY these variables for color, type, space, radius, shadow, motion. */
:root {
  color-scheme: light;

  /* color roles */
  --color-bg: #F3F4EE;
  --color-surface: #E7E9DF;
  --color-text: #1C2419;
  --color-muted: #566052;
  --color-border: #CDD2C3;
  --color-accent: #2F6B4F;          /* fills: primary buttons, selected states */
  --color-on-accent: #FFFFFF;         /* text on accent fills */
  --color-accent-text: #2F6B4F;     /* links and accent-colored text on bg */
  --color-accent-soft: #E1EFE7;     /* tinted backgrounds */
  --color-accent-2: #B8862B;         /* secondary highlight, use rarely */
  --color-success: #2F6B4F;
  --color-warning: #925D02;
  --color-danger: #A33A2B;
  --color-on-danger: #FFFFFF;
  --color-focus: #2F6B4F;
  --accent-50: #F2F9F5;
  --accent-100: #E1EFE7;
  --accent-200: #C4DFD0;
  --accent-300: #9FC9B2;
  --accent-400: #7AB093;
  --accent-500: #599577;
  --accent-600: #437C60;
  --accent-700: #31644B;
  --accent-800: #224C38;
  --accent-900: #153526;

  /* type */
  --font-heading: "Fraunces", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --font-ui: "Source Sans 3", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  --step-n2: 0.75rem;   /* 12px */
  --step-n1: 0.875rem;   /* 14px */
  --step-0: 1.0625rem;   /* 17px */
  --step-1: 1.3125rem;   /* 21px */
  --step-2: 1.6875rem;   /* 27px */
  --step-3: 2.0625rem;   /* 33px */
  --step-4: 2.625rem;   /* 42px */
  --step-5: 3.25rem;   /* 52px */
  --step-6: 4.0625rem;   /* 65px */
  --weight-heading: 600;
  --tracking-heading: -0.01em;
  --leading-body: 1.6;
  --leading-heading: 1.12;
  --measure: 65ch;

  /* space (use only these) */
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px;
  --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 96px; --space-10: 128px;

  /* shape and depth */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-pill: 999px;
  --shadow-1: none;
  --shadow-2: none;

  /* controls */
  --control-sm: 36px;
  --control-md: 40px;
  --control-lg: 44px;

  /* motion */
  --dur-fast: 160ms;
  --dur-slow: 320ms;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (prefers-reduced-motion: reduce) {
  :root { --dur-fast: 0ms; --dur-slow: 0ms; }
}
