﻿:root {
    /* THEME CORE - Global Branded Colors */
    --primary-color: #000000; /* PLP ELITES: Black */
    --secondary-color: #e60000; /* PLP ELITES: Red */
    --primary-rgb: 0, 0, 0;
    --secondary-rgb: 230, 0, 0;
    /* NEUTRAL BASICS */
    --bg-main2: #000000; /* Main Black Base */
    --bg-card: #0a0a0a; /* Deepest Black (Modals/Footer) */
    --bg-dark-soft: #050505; /* Near Black */
    --text-main: #ffffff; /* Supplementary White */
    --text-muted: #888888;
}
