:root {
    --base: #041a15;
    --base-secondary: #0b3f25;
    --theme: #e8b428;
    --text: #f3f3f3;
    --link: #f3f3f3;
    --light: #ffffff;
    --success: #2c856a;
    --green: #0db655;
    --blue: #3498db;
    --red: #ed2648;
    --purple: #9b59b6;
    --yellow: #f39c12;
    --green-light: #03b48a;
}