/*
Theme Name: AtoZ Result
Theme URI: https://atozresult.in/
Author: Aadil Zaman
Author URI: https://www.linkedin.com/in/aadil-zaman/
Description: Custom ultra-fast, lightweight, responsive WordPress theme built for Indian Sarkari Result, Latest Jobs, Admit Card, and Government Schemes portals. Built with pure Roboto typography, native CSS Grid/Flexbox, and zero bloat.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atozresult
Tags: blog, news, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Reset & Global Variables */
:root {
    --primary-maroon: #721220;
    --primary-maroon-dark: #5c0d18;
    --primary-red: #c00;
    --primary-red-dark: #a00;
    --text-dark: #212529;
    --text-muted: #555555;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #e0e0e0;
    --font-main: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    --container-width: 1200px;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: var(--font-main);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: #f0f2f5;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #f0f2f5;
    color: var(--text-dark);
    font-family: var(--font-main);
    margin: 0;
    padding: 0;
}

a {
    color: #0056b3;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.site-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 15px;
}
