:root {
    --primary-bg: #f5f5f5;
    --primary-title: #073306;
    --primary-text: #2e532d;
    --secondary-bg: #ffffff;
    --secondary-title: #000000;
    --secondary-text: #ffffff;
    --light-bg: #ffffff;
    --light-bg2: #dadadf;
    --dark-bg: #52504e;
    --dark-bg2: #aaacad;
    --element1-color: #073306;
    --element2-color: #ffd45e;
    --anhor: #ddb340;
    --text-hover: #2e532d;
    --bg-hover: #e3e3e3;
    --transparent-color1: #ffffff66;
    --transparent-color2: #0000009c;
    --transparent-color3: #ffffffcc;
}