/*Variables*/

:root {
    --color-link: #7081f6;
    --color-btn: #063472;
    --color-btn-txt: #fdf7f0;
    --color-text: #004aad;
    --color-text-white: #FFFFFF;
    --color-title: #004aad;
    --color-bg-1: #fdf7f0;
    --color-bg-2: #063472;
    --color-bg-3: #fdf7f0;
    --color-red: #00bf63;
    --font-title: DM Serif Display;
    --font-text: Playfair Display;
    --bg-transparent: transparent;
}
