/**
 * Theme: Default - Black & Red
 */
:root, .theme-default {
    --primary: #dc2626;
    --primary-dark: #b91c1c;
    --secondary: #0a0a0a;
    --accent: #ef4444;
    --bg-dark: #000000;
    --bg-light: #0f0f0f;
}
