﻿:root {
    /* THEME CORE - Global Branded Colors */
    --primary-color: #ff0079; /* RISING STARS: RS Pink */
    --secondary-color: #ff8c00; /* RISING STARS: RS Orange */
    --primary-rgb: 255, 0, 121;
    --secondary-rgb: 255, 140, 0;
    /* NEUTRAL BASICS */
    --bg-main2: #1a1a2e;
    --bg-card: #161625;
    --bg-dark-soft: #11111d;
    --text-main: #f9f9f9;
    --text-muted: #888888;
}
