﻿:root {
    /* The primary, luxurious metallic gold from the 3D 'MJB CUP' shield and the golden basketball trophy. Provides a premium and prestigious feel. */
    --primary-color: #d4a017;
    /* The deep, rich dark grey-black from the overall background, offering high contrast for text. */
    --background: #111111;
    /* A rich, warm metallic brass-gold from the shield and text, used for key headers. */
    --header: #443e32;
    /* The bright, brilliant warm gold from the lens flare spotlights, for dynamic accents and hover states. */
    --accent: #f7e07a;
    /* A subtly warm-toned near-black background to softly house content cards against the deeper background. */
    --background-soft: #1a1a1a;
    /* The clean, crisp white/off-white from the prominent "MJB CUP" main text, for maximum readability. */
    --text-main: #f5f5f5;
    /* The rich, dark charcoal-grey from the basketball itself, for subtle UI elements or text. */
    --basketball-dark: #333333;
}
