/*Variables*/

:root {
    --color-link: #0a6b8b;
    --color-btn: #dcda1a;
    --color-btn-txt: #0f3556;
    --color-text: #788595;
    --color-text-white: #FFFFFF;
    --color-title: #0f3556;
    --color-bg-1: #fff;
    --color-bg-2: #f5e3b3;
    --color-bg-3: #0a6b8b;
    --color-red: #08dfbe;
    --font-title: Philosopher;
    --font-text: Montserrat;
    --bg-transparent: transparent;
}
