:root {
    --primary-blue: #348adf;
    --secondary-blue: #24ffc8;
    --accent-blue: #35832f;
    --accent-orange: #c841a4;
    --accent-teal: #16a085;
    --warm-white: #f50000;
    --light-gray: #000000;
    --soft-yellow: #d6bd00;
    --light-yellow: #fefcf0;
    --medium-gray: #ff3838;
    --dark-gray: #119249;
    --text-color: #7df96c;
    --border-color: #ffda24;
    --success-green: #27ae60;
    --player-height: 80px;
}
