:root {
    --primary-bg: #000000;
    --primary-title: #ffffff;
    --primary-text: #ffffff;
    --secondary-bg: #ffffff;
    --secondary-title: #ee8719;
    --secondary-text: #000000;
    --light-bg: #352219;
    --light-bg2: #9c9c9c;
    --dark-bg: #52504e;
    --dark-bg2: #ced0d3;
    --element1-color: #ee8719;
    --element2-color: #e5e5e5;
    --anhor: #f0c38e;
    --text-hover: #8e837e;
    --bg-hover: #231f1f;
    --transparent-color1: #ffffff66;
    --transparent-color2: #0000009c;
    --transparent-color3: #ffffffcc;
}