/*Variables*/
:root {
    --color-link: #FFC700;
    --color-btn: #FFC700;
    --color-btn-txt: #FFFFFF;
    --color-text: #0B0613;
    --color-text-white: #FFFFFF;
    --color-title: #0B0613;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #F6DEDB;
    --color-bg-3: #F2371F;
    --color-red: #F57B6C;
    --font-title: Dela Gothic One;
    --font-text: Figtree;
    --color-radial: linear-gradient(to right, #f2371f 30%, #f85913 45%, #fc7504 55%, #fe8f00 60%, #ffa700 65%, #ffb12c 70%, #ffba45 75%, #ffc35b 80%, #ffc481 85%, #ffc9a4 93%, #ffd2c3 98%, #f6dedb 100%);
    --color-radial-hover: linear-gradient(to right, #f2371f 10%, #f85913 19%, #fc7504 29%, #fe8f00 44%, #ffa700 60%, #ffb12c 65%, #ffba45 70%, #ffc35b 75%, #ffc481 80%, #ffc9a4 90%, #ffd2c3 96%, #f6dedb 100%);
}