/* ============================================================
   Tech4Good South West design tokens
   ============================================================
   Copied from the main site (t4gsw-site, src/styles/tokens.css),
   trimmed to what the members area uses. Do not invent new
   colours, fonts or spacing here: the source of truth is the
   main site's approved "Warm editorial" v5 system. */

:root {
  /* Brand colours */
  --green: #009c57;
  --green-dark: #007a44;
  --green-deep: #005c33;
  --green-light: #e8f5ee;
  --green-tint: #e8f5ee;
  --green-wash: #f2f9f5;

  /* Canvas: linen, not white */
  --linen: #f5efe6;
  --linen-deep: #ebe3d5;
  --paper: #faf6ef;
  --cream: #fdfbf6;

  /* Text: ink ramp */
  --ink: #1a1d1b;
  --ink-soft: #3d4440;
  --ink-mute: #6b7470;
  --ink-whisper: #9ba19e;

  /* Accents */
  --coral: #d85a3d;
  --amber: #c98a2b;
  --rule: rgba(26, 29, 27, 0.1);

  /* Type stacks */
  --display: 'DM Serif Display', Georgia, serif;
  --body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Layout */
  --max: 1160px;
  --gutter: clamp(24px, 5vw, 64px);

  /* Easing */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
