/*Variables*/

:root {
    --color-link: #8eaed7;
    --color-btn: #8eaed7;
    --color-btn-txt: #0f3556;
    --color-text: #384555;
    --color-text-white: #FFFFFF;
    --color-title: #8eaed7;
    --color-bg-1: #f2ede4;
    --color-bg-2: #f2ede4;
    --color-bg-3: #384555;
    --color-red: #fb2604;
    --font-title: Merriweather;
    --font-text: Lato;
    --bg-transparent: transparent;
}
