/*
Theme Name: BestDiscount Custom
Theme URI: https://bestdiscount.in
Author: Utkal Pop / Bhai
Description: Ultra-fast, barebones mobile-first theme.
Version: 1.0
Text Domain: bestdiscount
*/

/* Core CSS Variables - Add premium dark mode colors here later */
:root {
    --bg-dark: #121212;
    --text-light: #f5f5f5;
    --accent-gold: #FFD700;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-light);
}

/* We will add specific UI styles via the snippet manager or here as we build */