/* =========================================================
   Northern Ontario First Nations Community Template
   THEME TOKENS — swap these per community
   ========================================================= */

:root {
  /* Brand — change these first when theming a new community */
  --color-primary: #1b3d34;       /* deep boreal green */
  --color-primary-mid: #2f5d4e;
  --color-primary-soft: #e8f0ec;
  --color-secondary: #b86b2e;     /* copper / autumn birch */
  --color-secondary-soft: #f6ebe0;
  --color-accent: #0f2740;        /* deep lake blue-navy */
  --color-accent-soft: #e7eef5;

  /* Surfaces */
  --color-bg: #f6f3ee;            /* warm paper */
  --color-bg-elevated: #ffffff;
  --color-bg-dark: #13261f;
  --color-border: #ddd5c8;
  --color-border-strong: #c4b8a6;

  /* Text */
  --color-text: #1a1f1c;
  --color-text-muted: #5c645f;
  --color-text-on-dark: #f4f1ea;
  --color-text-on-primary: #f7faf8;
  --color-link: var(--color-primary-mid);
  --color-link-hover: var(--color-secondary);

  /* Semantic */
  --color-success: #2f6b4f;
  --color-warning: #9a6b1f;
  --color-danger: #8b3a2f;
  --color-info: #2a5a7a;

  /* Typography */
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --fs-xs: 0.8125rem;
  --fs-sm: 0.9375rem;
  --fs-base: 1.0625rem;
  --fs-md: 1.1875rem;
  --fs-lg: 1.375rem;
  --fs-xl: clamp(1.5rem, 2vw, 1.875rem);
  --fs-2xl: clamp(1.875rem, 3vw, 2.5rem);
  --fs-3xl: clamp(2.25rem, 4.5vw, 3.5rem);
  --fs-hero: clamp(2.5rem, 6vw, 4.25rem);

  --lh-tight: 1.15;
  --lh-snug: 1.35;
  --lh-body: 1.65;
  --tracking-wide: 0.04em;
  --tracking-label: 0.12em;

  /* Spacing & layout */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-section: clamp(3.5rem, 8vw, 6.5rem);
  --container: 72rem;
  --container-narrow: 44rem;
  --header-h: 4.5rem;

  /* Shape & elevation */
  --radius-sm: 0.5rem;
  --radius: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(19, 38, 31, 0.06);
  --shadow: 0 8px 24px rgba(19, 38, 31, 0.08);
  --shadow-lg: 0 18px 48px rgba(19, 38, 31, 0.14);
  --focus-ring: 0 0 0 3px rgba(184, 107, 46, 0.35);

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 180ms;
  --dur-slow: 320ms;

  /* Community identity (mirrored in community.js) */
  --community-name: "Lakeshore First Nation";
}

/* Optional subtle dark accent mode for footer/hero overlays only.
   Full dark theme can be enabled later by adding [data-theme="dark"] overrides. */
