:root {
    --color-hightlight: #e01222;
    --color-main: #52555c;
    --color-text: #333;

    --white: #fff;
    --black: #000;
    --dark: #131f35;
    --red: #f2272a;
    --green: #390;
    --yellow: #ffb822;
    --light: #f5f5f5;
    --blue: #007bff;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #20c997;
    --orange: #fd6500;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --grey: #e1e1e1;
    --light-orange: rgb(245 144 23 / 85%);
    --light-red: rgb(242 39 42 / 85%);

    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}