/* Root Colors */
:root {
    --primary-color: rgb(125, 37, 236); /* Dodger Blue */
    --secondary-color: rgb(50, 205, 50); /* Green */
    --thirdry-color: rgb(211, 56, 232); /* Cyan */
    --background-color: rgb(25, 25, 25); /* Dark Gray */
    --foreground-color: rgb(255, 255, 255); /* White */
    --text-color: rgb(255, 255, 255); /* White */
    --accent-color: rgb(16, 25, 49); /* Dark Blue */
    --error-color: rgb(231, 76, 60); /* Red */
    --success-color: rgb(46, 204, 113); /* Green */
}



/* Mobile scaling for brief section  */
.section-subtitle { border-color: var(--thirdry-color) !important; color: var(--thirdry-color) !important; }
.item-title { color: var(--text-color) !important; }
