/*
Theme Name: Indiaprachar Base
Theme URI: https://public.indiaprachar.com/
Author: Your Name / Gemini AI
Author URI: yourwebsite.com
Description: A minimalist starter theme designed specifically for the Promocode Verifier project.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indiaprachar-base
*/

/* Basic Reset for Clean Slate */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Add more basic styling as needed */