/*Variables*/

:root {
    --color-link: #03097c;
    --color-btn: #c8d60f;
    --color-btn-txt: #0B0B0A;
    --color-text: #0B0B0A;
    --color-text-white: #FFFFFF;
    --color-title: #818761;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #F7F5E9;
    --color-bg-3: #4bb8f2;
    --color-red: #CB6262;
    --font-title: DM Serif Display;
    --font-text: Poppins;
    --bg-transparent: transparent;
}
