/*
 * Dozepeak — Brand CSS Tokens
 * Source of truth: marketing/logos/dozepeak/dozepeak_logo.jpeg
 * Logo extracted colours: #B4FF5A (neon lime, primary) | #87F04B (lime green, accent)
 * Last updated: 2026-03-20 by ENG-1 brand token extraction
 *
 * HARD RULE: All colour values in this file come from the actual logo.
 * Zero guessing. Zero assumptions. If the logo changes, this file changes.
 */

:root {
  /* ── PRIMARY BRAND COLOUR — neon lime from logo ── */
  --primary:        #B4FF5A;
  --primary-dim:    #8CD432;
  --primary-light:  #D4FF8C;
  --primary-rgb:    180, 255, 90;

  /* ── ACCENT — deeper lime from logo ── */
  --accent:         #87F04B;
  --accent-dark:    #60B830;
  --accent-rgb:     135, 240, 75;

  /* ── BACKGROUNDS — near-black, performance dark ── */
  --bg:             #080c02;
  --surface:        #101a04;
  --surface2:       #182804;

  /* ── TEXT ── */
  --text:           #F8FFE8;
  --text-dim:       #A8CC60;

  /* ── BORDERS ── */
  --border:         rgba(180, 255, 90, 0.15);

  /* ── SEMANTIC ── */
  --danger:         #FF4757;
  --warn:           #FFD700;

  /* ── UI ── */
  --radius:         16px;

  /* ── THEME META ── */
  --brand-name:     "Dozepeak";
  --brand-slug:     "dozepeak";
}
