﻿:root {
    /* The primary athletic brand color—the bold Royal Blue from the main text and top star point */
    --primary-color: #1a42b8;
    /* The deep, rich solid Navy from the logo's background—perfect for a clean dark mode backdrop */
    --background: #06194f;
    /* A slightly lighter, structured navy to create depth for headers, navigation, or sidebars */
    --header: #0f276b;
    /* The bright Golden Yellow from the left star point—excellent for highlights, links, and badges */
    --accent: #f5c400;
    /* A muted dark slate-blue to house cards, containers, and section content softly against the background */
    --background-soft: #142f7a;
    /* The solid, crisp off-white extracted from the prominent "PSAA" text for maximum readability */
    --text-main: #f3f5f9;
    /* Bonus Brand Accents: The vibrant green and red from the remaining star points for sports categories or statuses */
    --psaa-green: #009a44;
    --psaa-red: #da1a22;
}
