/* Maikoz brand pack — token overrides only.
   NOTE: InstantRelay does NOT ship the Oswald/Inter woff2s (SignInService does).
   The @font-face blocks were trimmed; the font-family overrides below reference
   "Oswald"/"Inter" which simply fall through to the Serotiva/system fallback
   chain here. Colours are the brand signal and work fully.

   Layered on top of colors.css / colors-dark.css; only overrides brand-coloured
   tokens. Vision overrides (colors-vision.css) load AFTER and still win for
   protanopia / deuteranopia / tritanopia users. Canonical look is
   data-theme="dark" + data-theme-pack="maikoz". */

[data-theme-pack="maikoz"] {
  /* Primary: darkened MAIKOZ Teal for white-bg readability. */
  --color-primary: #007E6A;
  --color-primary-hover: #00604F;
  --color-primary-foreground: #FFFFFF;
  --color-primary-muted: #D4F5EE;

  /* Secondary: Graphite — brand foundation colour. */
  --color-secondary: #0D0F1A;
  --color-secondary-hover: #1A1D2E;
  --color-secondary-foreground: #EAEAEA;

  /* Accent: Steel Blue (Lime forbidden on light bg per brand book). */
  --color-accent: #5B9BD5;

  --color-border-focus: #007E6A;

  /* Data viz palette (light-mode safe — no lime on white). */
  --color-brand-blue: #5B9BD5;
  --color-brand-turquoise: #00B89C;
  --color-brand-green: #00B89C;
  --color-brand-yellow: #F2C14E;
  --color-brand-pink: #F4A6B8;
  --color-brand-purple: #6E5BC4;
  --color-brand-gainsboro: #9BA3AF;
  --color-brand-group-blue: #5B9BD5;

  /* Oswald (display) + Inter (body); fall through to Serotiva/system here. */
  --font-family-display: "Oswald", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-family-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme-pack="maikoz"][data-theme="dark"] {
  /* Canonical brand mode. MAIKOZ Teal as the main signal. */
  --color-primary: #00E5C2;
  --color-primary-hover: #2FF0D2;
  --color-primary-foreground: #0D0F1A;
  --color-primary-muted: #003D34;

  /* Secondary: Soft White on dark Graphite. */
  --color-secondary: #EAEAEA;
  --color-secondary-hover: #FFFFFF;
  --color-secondary-foreground: #0D0F1A;

  /* Accent: MAIKOZ Lime — energy signal (dark only). */
  --color-accent: #B6FF2E;

  --color-border-focus: #00E5C2;

  --color-brand-blue: #5B9BD5;
  --color-brand-turquoise: #00E5C2;
  --color-brand-green: #B6FF2E;
  --color-brand-yellow: #B6FF2E;
  --color-brand-pink: #F4A6B8;
  --color-brand-purple: #6E5BC4;
  --color-brand-gainsboro: #9BA3AF;
  --color-brand-group-blue: #5B9BD5;
}
