/*
  Lumaris brand design tokens — shared across all tools.lumaris.au utilities.
  Source: Lumaris Brand Guidelines v1.4 (August 2026).

  Each tool can link this file directly (../shared/css/brand.css) for the
  colour palette and font stacks, then layer its own component styles on top.
  Keeping this centralised means a brand refresh only needs one edit here,
  not one per tool.
*/

:root {
  /* Primary six */
  --lumaris-forest: #1F3A2E;
  --lumaris-bronze: #B89568;
  --lumaris-sapphire: #1C4B8A;
  --lumaris-sage: #5C6B5F;
  --lumaris-muted: #7B8A7E;
  --lumaris-paper: #FFFFFF;

  /* Utility three */
  --lumaris-forest-ink: #263A2D;
  --lumaris-hairline: #C8D0C7;
  --lumaris-tint: #DDE1E0;

  /* Semantic aliases used across tool UIs */
  --lumaris-error: #B3261E;
  --lumaris-error-bg: #FBEAE9;

  /* Type stacks */
  --lumaris-font-display: Georgia, serif;
  --lumaris-font-body: Calibri, 'Segoe UI', -apple-system, Helvetica, Arial, sans-serif;
  --lumaris-font-data: Consolas, monospace;
}
