:root {
    --primary-bg: #020203;
    --primary-title: #ffffff;
    --primary-text: #ffffff;
    --secondary-bg: #ffffff;
    --secondary-title: #020203;
    --secondary-text: #020203;
    --light-bg: #484848;
    --light-bg2: #646464;
    --dark-bg: #000000;
    --dark-bg2: #919191;
    --element1-color: #f6ed52;
    --element2-color: #65c9ed;
    --anhor: #f6ed52;
    --text-hover: #65c9ed;
    --bg-hover: #484848;
    --transparent-color1: #00000099;
    --transparent-color2: #637183ff;
    --transparent-color3: #033e6380;
}