:root {
    --color-highlight: #c28a16;
    --second: #ecdc84;
    --color-main: #142031;
    --color-text: #6f767e;
    --color-top: #B27E3D;
    --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: #1a1d1f;
    --red: #c33;
    --green: #390;
    --yellow: #d39e00;
    --light: #f5f8fa;
    --blue: #1C68D4;
    --blue-light: #6098DE;
    --blue-black: #252984;
    --purple: #7145BE;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #4AAEAE;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #e1e1e1;
    --gray-bold: #969696;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --animation-both: cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    --adb: .9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}