/* ==========================================================================
   TWNC Handbook design system — tokens
   Copied from the Claude Design project's design system so this app is
   self-contained (no _ds bundle at runtime).
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Nunito:wght@400;600;700&display=swap");

:root {
  /* ---- Forest — from the logo mark and wordmark ---- */
  --forest-900: #14301A;
  --forest-800: #0A2B0E;
  --forest-700: #41583A;
  --forest-600: #4E6B45;
  --forest-400: #7E9174;

  /* ---- Paper ---- */
  --cream-100: #F8F6E1;
  --cream-200: #F1EFD2;
  --mint-100: #E4F0D6;
  --paper-book: #F4EBD9;
  --paper-white: #FFFFFF;

  /* ---- I WILL — Lakukan ---- */
  --will-700: #335925;
  --will-600: #4A7A33;
  --will-400: #7FA05E;
  --will-100: #DCE8C9;
  --will-50: #F7F6DF;

  /* ---- I WON'T — Jangan ---- */
  --wont-700: #A81820;
  --wont-600: #CD1F28;
  --wont-400: #BC2E35;
  --wont-100: #F1E5DE;
  --wont-50: #FBF1ED;

  /* ---- Marine ---- */
  --marine-700: #0E6E80;
  --marine-500: #0EA3B1;
  --marine-300: #7FD3D9;

  /* ---- Accents ---- */
  --tape-yellow: #FAF3AE;
  --sand-300: #E3D8C0;
  --sand-200: #EDE5D3;
  --sand-100: #F5EFE2;

  /* ---- Ink ---- */
  --ink-900: #333333;
  --ink-700: #4A4A46;
  --ink-500: #6E6E67;
  --ink-300: #A6A69E;

  /* ---- Semantic aliases ---- */
  --surface-page: var(--cream-100);
  --surface-card: var(--paper-white);
  --surface-plate: var(--sand-100);
  --text-title: var(--forest-800);
  --text-body: var(--ink-900);
  --text-muted: var(--ink-500);
  --text-on-inverse: var(--cream-100);
  --border-hairline: var(--sand-300);
  --focus-ring: var(--will-600);

  /* ---- Type ---- */
  --font-display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-text: "Nunito", "Segoe UI", Arial, sans-serif;

  --size-title: 32px;
  --size-title-sm: 27px;
  --size-subtitle: 21px;
  --size-lead: 19px;
  --size-body: 17px;
  --size-body-min: 16px;
  --size-caption: 13px;

  --weight-regular: 400;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-black: 800;

  --leading-title: 1.15;
  --leading-subtitle: 1.25;
  --leading-body: 1.55;

  --tracking-title: -0.01em;
  --tracking-eyebrow: 0.14em;

  --text-body-style: var(--weight-regular) var(--size-body) / var(--leading-body) var(--font-text);

  /* ---- Space ---- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-pill: 9999px;

  --border-width-hair: 1px;
  --border-width-strong: 2px;
  --tap-min: 44px;

  /* ---- Elevation ---- */
  --shadow-card: 0 1px 2px rgba(46, 64, 52, .06), 0 6px 16px rgba(46, 64, 52, .07);
  --shadow-raised: 0 2px 4px rgba(46, 64, 52, .07), 0 12px 28px rgba(46, 64, 52, .10);
  --transition-fast: 120ms ease-out;
  --transition-base: 180ms ease-out;
}
