/*Variables*/
:root {
    --color-link: #00C5DF;
    --color-btn: #907CFF;
    --color-btn-txt: #FFFFFF;
    --color-text: #100A32;
    --color-text-white: #FFFFFF;
    --color-title: #2A324B;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #ECE2D0;
    --color-bg-3: #907CFF;
    --color-red: #D64045;
    --font-title: Dela Gothic One;
    --font-text: Figtree;
    --color-radial: radial-gradient(circle, #4f69f7 38%, #0081ff 58%, #0095fe 68%, #00a6f9 75%, #00b5f0 78%, #27baf3 80%, #3abef6 84%, #49c3f9 87%, #7abfff 90%, #a7b9ff 93%, #ceb2fb 97%, #edaceb 100%);
    --color-radial-hover: radial-gradient(circle, #4f69f7 30%, #0081ff 45%, #00a6f9 56%, #49c3f9 70%, #7abfff 77%, #a7b9ff 82%, #ceb2fb 86%, #edaceb 100%);
}