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