:root {
    --color-hightlight: #c33;
    --color-main: #222;
    --color-text: #000;
    --main: #012060;

    --white: #fff;
    --black: #000;
    --red: #c33;
    --green: #009d4e;
    --yellow: #ffb822;
    --light: #f5f5f5;
    --blue: #0000ff;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #20c997;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #adadad;
    --bg-gradient: linear-gradient(40deg, #FFFFFF 61%, #009d4e 100%);

    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}