/* ================================================================
 * Electronya — Design Token Palette
 *
 * Single source of truth for all brand colors.
 * Import this file (Sphinx) or load it before the tool CSS
 * (Doxygen via HTML_EXTRA_STYLESHEET) to make these variables
 * available everywhere.
 * ================================================================ */

:root {
  /* ── Backgrounds ──────────────────────────────────────────── */
  --enya-bg-deep:          #111D27;   /* page background                        */
  --enya-bg-surface:       #1A2530;   /* cards, panels, sidebar, code blocks    */
  --enya-bg-raised:        #2C3E50;   /* raised surfaces (tables, API headers)  */
  --enya-bg-inline-code:   #0D3D30;   /* inline code, note box background       */
  --enya-bg-zebra:         #1E2D3A;   /* alternating table row tint             */

  /* ── Text ─────────────────────────────────────────────────── */
  --enya-text-primary:     #E8EDF2;   /* headings, primary text                 */
  --enya-text-body:        #8FA3B1;   /* body text, captions                    */
  --enya-text-muted:       #5D6D7E;   /* secondary / muted text                 */

  /* ── Accent ───────────────────────────────────────────────── */
  --enya-accent:           #1ABC9C;   /* links, highlights, buttons             */
  --enya-accent-hover:     #148F77;   /* hover state                            */
  --enya-accent-light:     #48D1BA;   /* lighter accent variant                 */
  --enya-accent-on:        #111D27;   /* text rendered on accent background     */

  /* ── Semantic ─────────────────────────────────────────────── */
  --enya-success:          #2ECC71;
  --enya-warning:          #F39C12;
  --enya-error:            #E74C3C;

  /* ── Structure ────────────────────────────────────────────── */
  --enya-border:           #253342;   /* borders, separators                    */

  /* ── Admonition backgrounds ───────────────────────────────── */
  --enya-adm-note:         #0D2237;
  --enya-adm-warn:         #2E2000;
  --enya-adm-todo:         #1A1A30;
  --enya-adm-bug:          #2E0D0D;
  --enya-adm-deprecated:   #1E2530;
  --enya-adm-invariant:    #0D2318;
}
