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