:root {
    --primary-bg: #ffffff;
    --primary-title: #2b303b;
    --primary-text: #737b8c;
    --secondary-bg: #0d23a5;
    --secondary-title: #ffffff;
    --secondary-text: #ffffff;
    --light-bg: #f6f2ee;
    --light-bg2: #f7f6f2;
    --dark-bg: #000000;
    --dark-bg2: #8c919f;
    --element1-color: #568176;
    --element2-color: #e5e0dc;
    --anhor: #568176;
    --text-hover: #2e4841;
    --bg-hover: #f7f6f2;
    --transparent-color1: #000000b3;
    --transparent-color2: #637183ff;
    --transparent-color3: #033e6380;
}