   /* ===================================================================
   G-SONIQUE V2 — SINGLE SOURCE OF TRUTH for theme colors / tokens
   Change the brand accent color here and it updates across the whole
   V2 site. Linked directly by index8_v2 / shop_v2 and imported by
   css/v2-catalog.css (which the rest of the V2 pages use).
   =================================================================== */
:root {
    /* brand accent — change these two RGB triplets to re-skin the site */
    --gs-accent-rgb:   29, 179, 197;   /* #1db3c5 main teal */
    --gs-accent-2-rgb: 15, 130, 150;   /* #0f8296 secondary deep teal */

    --gs-accent:   rgb(var(--gs-accent-rgb));
    --gs-accent-2: rgb(var(--gs-accent-2-rgb));
    --gs-glow:     rgba(var(--gs-accent-rgb), .25);

    --gs-bg: #0b0d10;
    --gs-bg-2: #131619;
    --gs-surface: #1a1e22;
    --gs-surface-2: #20252b;
    --gs-border: rgba(255,255,255,.06);
    --gs-border-strong: rgba(255,255,255,.12);
    --gs-text: #e6e8ea;
    --gs-muted: #9aa0a6;
    --gs-danger: #ff6b6b;
}
