/*Variables*/

:root {
    --color-link: #bcbc82;
    --color-btn: #556b2f;
    --color-btn-txt: #ded1b6;
    --color-text: #0D0D0E;
    --color-text-white: #FFFFFF;
    --color-title: #556b2f;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #f5f5dc;
    --color-bg-3: #bcbc82;
    --color-red: #E43737;
    --font-title: Space Grotesk;
    --font-text: Poppins;
    --bg-transparent: transparent;
}
