/*
tokens.css — Bali Buggy Ubud
Source of truth: DESIGN.md. Do not add hex/spacing/font-size values here
that are not defined in DESIGN.md — update DESIGN.md first.

NOTE: --color-primary and --color-secondary are PLACEHOLDER values.
To be finalized against real site photography and logo. See DESIGN.md
"Open items" before treating these as locked.
*/

:root {
  /* Color — "Sea & Jungle" */
  --color-primary: #1B6FA8;      /* sea/sky blue — PLACEHOLDER */
  --color-secondary: #2E7D4F;    /* jungle green — PLACEHOLDER */
  --color-canvas: #F7FAF8;
  --color-ink: #152B26;
  --color-ink-muted: #4B615C;
  --color-hairline: #DCE6E2;
  --color-surface: #FFFFFF;

  /* Typography */
  --font-heading: 'Bricolage Grotesque', sans-serif;
  --font-body: 'Manrope', sans-serif;

  /* Font weights */
  --weight-heading-regular: 600;
  --weight-heading-bold: 800;
  --weight-body-regular: 400;
  --weight-body-medium: 500;
  --weight-body-semibold: 600;

  /* Spacing scale (base 8px) */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 96px;
  --space-8: 128px;

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  /* Elevation (soft shadows, ink-tinted) */
  --shadow-sm: 0 2px 8px rgba(21, 43, 38, 0.08);
  --shadow-md: 0 8px 24px rgba(21, 43, 38, 0.10);
  --shadow-lg: 0 16px 40px rgba(21, 43, 38, 0.14);
}
