:root {
    --theme: #fdfbf9;
    --text: #3d405b;
    --accent: #81b29a;
    --arrow: #e07a5f;
    --gradientTop: #f4f1de;
    --gradientbottom: #dbe1d9;
    --border: #ccd5ae;
    --boxShadow: rgba(61, 64, 91, 0.12);
    --button: #3d405b;
    --hover: #e07a5f;
    --hamburgerBgnd: rgba(255, 255, 255, 0.95);
    --headerBgnd: #fdfbf9;
    --sectionBgnd: #ffffff;
    --footerBgnd: #fdfbf9;
}

