:root {
    --base: #000000;
    --base-secondary: #b40000;
    --theme: #e8c561;
    --text: #C9C9CA;
    --link: #C9C9CA;
    --light: #ffffff;
    --success: #2c856a;
    --green: #0db655;
    --blue: #3498db;
    --red: #ed2648;
    --purple: #9b59b6;
    --yellow: #f39c12;
    --green-light: #03b48a;
}