/*Variables*/

:root {
    --color-link: #4d7cfe;
    --color-btn: #f4d025;
    --color-btn-txt: #0f3556;
    --color-text: #788595;
    --color-text-white: #FFFFFF;
    --color-title: #fff;
    --color-bg-1: #fff;
    --color-bg-2: #E9F1F7;
    --color-bg-3: #0f3556;
    --color-red: #ff6b6b;
    --font-title: Playfair Display;
    --font-text: Lato;
    --bg-transparent: transparent;
}
