:root {
    --red:          #C8102E;
    --red-dark:     #a00006;
    --red-light:    #e8304e;
    --red-glow:     rgba(200, 16, 46, 0.25);
    
    --bg:           #0a0a12;
    --bg2:          #12121a;
    --bg3:          #1a1a22;
}

body {
    font-family: 'Inter', sans-serif !important;
}

