:root {
    --color-highlight: #ffd401;
    --color-main: #333;
    --color-text: #959595;
    --color-top: #555555;
    --color-black: #252525;
    --svg-hover:
    invert(55%) sepia(7%) saturate(4312%) hue-rotate(328deg) brightness(106%) contrast(102%);
    --svg-white:
    invert(1);
    --font-size-base: 1.4rem;
    --white: #fff;
    --black: #000;
    --red: #ff0000;
    --green: #028711;
    --yellow: #d39e00;
    --light: #f8f9fa;
    --blue: #368FFF;
    --blue-light: #6098DE;
    --blue-black: #252984;
    --purple: #7145BE;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #4AAEAE;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #e1e1e1;
    --gray-bold: #666;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}