/*Variables*/

:root {
    --color-link: #ffc15e;
    --color-btn: #ffc15e;
    --color-btn-txt: #2d2d34;
    --color-text: #334690;
    --color-text-white: #FFFFFF;
    --color-title: #334690;
    --color-bg-1: #fff;
    --color-bg-2: #e4cca6;
    --color-bg-3: #ffc15e;
    --color-red: #eb5160;
    --font-title: Poppins;
    --font-text: Raleway;
    --bg-transparent: transparent;
}
