:root {
    --color-highlight: #6eb0e1;
    --color-highlight2: #2bb673;
    --color-highlight3: #ffd64f;
    --color-highlight4: #62addf;
    --color-highlight5: #6ac7bc;
    --color-highlight6: rgb(97 209 194);
    --color-coolgray: #dce6eb;
    --color-main: #333333;
    --color-text: #767676;
    --color-top: #B27E3D;
    --color-black: #000000;
    --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: #d6001c;
    --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;
    --color-main-1:#b9a16b;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --tw-bg-opacity: 1;
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
}