:root {
    --color-highlight: #2563EB;
    --color-main: #0B1A33;
    --color-text: #14213D;
    --color-top: #1D4ED8;
    --color-black: #252525;
        --bg-gradient-text: linear-gradient(93.07deg, #6C54FF -16.41%, #0972CE 99.41%);
    --svg-hover:
    invert(29%) sepia(94%) saturate(1352%) hue-rotate(213deg) brightness(97%) contrast(97%);
    --svg-white:
    invert(1);
    --font-size-base: 1.4rem;
    
    --white: #fff;
    --black: #000;
    --red: #c33;
    --green: #390;
    --yellow: #d39e00;
    --light: #f3f3f3;
    --blue: #368FFF;
    --blue-light: #6098DE;
    --blue-black: #252984;
    --purple: #7145BE;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #4AAEAE;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #e1e1e1;
    --gray-bold: #959595;

    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}