﻿:root {
    /* Primary brand red from the UBL logo */
    --primary-color: #ce1126;
    /* Deep navy/black from the arena rafters */
    --background: #0a0d14;
    /* Muted blue-grey from the stadium seating and smoke */
    --header: #1b222d;
    /* A lighter, court-inspired "wood" gold for accents or hover states */
    --accent: #f7a81b;
    /* Slightly lighter navy for cards or section separation */
    --background-soft: #141a26;
}
