/* ==========================================================================
   QubitRP Theme — SHARED tokens only
   --------------------------------------------------------------------------
   This file holds cross-element theme values (the accent palette and shared
   navbar/surface tones) used across the site. Element-specific styling lives
   in its own file (navbar.css, hero.css, etc.), which consume these tokens.
   ========================================================================== */

:root {
    --qr-bar-bg-1:      #161a1f;   /* dark charcoal/slate (matches reference) */
    --qr-bar-bg-2:      #10151a;   /* slightly deeper toward the bottom edge  */
    --qr-green:         #2bbdf6;   /* primary accent                          */
    --qr-green-bright:  #5fd0fb;   /* hover / glow                            */
    --qr-green-soft:    rgba(43, 189, 246, 0.12);
    --qr-border:        rgba(255, 255, 255, 0.06);
    --qr-link:          #8b939c;   /* idle nav link text                      */
    --qr-link-hover:    #eaf6ff;   /* hovered / active nav link text          */
}
