:root {
    --color-hightlight: #b50702;
    --color-main: #dd0700;
    --color-text: #222;
    --white: #fff;
    --black: #000;
    --red: #c33;
    --green: #390;
    --yellow: #ffd400;
    --light: #f5f5f5;
    --blue: #48aeed;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #20c997;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #bfbfbf;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}