/*Variables*/

:root {
    --color-link: #0f9195;
    --color-btn: #0f9195;
    --color-btn-txt: #FFF6E7;
    --color-text: #0D0D0E;
    --color-text-white: #FFFFFF;
    --color-title: #2e9599;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #f5eada;
    --color-bg-3: #37afb2;
    --color-red: #E43737;
    --font-title: Poppins;
    --font-text: Courgette;
    --bg-transparent: transparent;
}
