:root {
    --primary-bg: #ffffff;
    --primary-title: #000929;
    --primary-text: #000000;
    --secondary-bg: #fff4ed;
    --secondary-title: #fe6d12;
    --secondary-text: #ffffff;
    --light-bg: #f0effb;
    --light-bg2: #ffe2cf;
    --dark-bg: #000929;
    --dark-bg2: #312f4b;
    --element1-color: #fe6d12;
    --element2-color: #000929;
    --anhor: #ff995a;
    --text-hover: #d23a75;
    --bg-hover: #ffebde;
    --transparent-color1: #6c727fff;
    --transparent-color2: #fffaf6ff;
    --transparent-color3: #fffefdff;
}