/*Variables*/

:root {
    --color-link: #0b2f9d;
    --color-btn: #5d7e50;
    --color-btn-txt: #fff;
    --color-text: #0f2453;
    --color-text-white: #FFFFFF;
    --color-title: #0f2453;
    --color-bg-1: #fff;
    --color-bg-2: #5d7e50;
    --color-bg-3: #5d7e50;
    --color-red: #ff5964;
    --font-title: Work Sans;
    --font-text: Work Sans;
    --bg-transparent: transparent;
}
