:root {
    --primary-color: #7e7055;
    --hover-color: #714a09;
    --text-color: #333;
    --light-color: #ccb78e79;
    --white-color: #f2f2f2;
    --semi-transparent-bk-light: #0000004f;
    --semi-transparent-wt-light: #3f3f3f4f;
    --semi-transparent-bg: rgba(0, 0, 0, 0.5);
    --semi-transparent-light-color: #ccb78e4f;
    --title-bar-bg: rgba(77, 64, 40, 0.377);
    --youtube-color: #FF0000;
    --spotify-color: #1DB954;
    --apple-msc-color: #FA57C1;
    --black-color: black;
    --font-family: 'Kurale', serif;
    --font-family-2: 'Tangerine', serif;
    --font-family-3: 'Poppins', serif;
    --font-size-2: 2em;
}