/*Variables*/

:root {
    --color-link: #EE46D3;
    --color-btn: #EE46D3;
    --color-btn-txt: #FFFFFF;
    --color-text: #222222;
    --color-text-white: #FFFFFF;
    --color-title: #222222;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #E7CFCD;
    --color-bg-3: #EE46D3;
    --color-red: #D1462F;
    --font-title: Dela Gothic One;
    --font-text: Figtree;
    --bg-transparent: transparent;
}
