/*Variables*/

:root {
    --color-link: #005589;
    --color-btn: #005589;
    --color-btn-txt: #fff;
    --color-text: #6c7373;
    --color-text-white: #FFFFFF;
    --color-title: #545a5b;
    --color-bg-1: #fff;
    --color-bg-2: #ebebeb;
    --color-bg-3: #73899c;
    --color-red: #0a85e9;
    --font-title: DM Serif Display;
    --font-text: Racing Sans One;
    --bg-transparent: transparent;
}
