/*Variables*/

:root {
    --color-link: #fff9e6;
    --color-btn: #ff8c00;
    --color-btn-txt: #ffffff;
    --color-text: #000f61;
    --color-text-white: #FFFFFF;
    --color-title: #000f61;
    --color-bg-1: #fff9e6;
    --color-bg-2: #fff9e6;
    --color-bg-3: #000f61;
    --color-red: #a80404;
    --font-title: Montserrat;
    --font-text: Playfair Display;
    --bg-transparent: transparent;
}
