/*Variables*/

:root {
    --color-link: #4fbfdd;
    --color-btn: #f687da;
    --color-btn-txt: #0e0101;
    --color-text: #000;
    --color-text-white: #FFFFFF;
    --color-title: #000;
    --color-bg-1: #ffffff;
    --color-bg-2: #f687da;
    --color-bg-3: #5ae2de;
    --color-red: #e45154;
    --font-title: Allison;
    --font-text: Jost;
    --bg-transparent: transparent;
}
