/*
Theme Name: pyqs.org
Theme URI: https://pyqs.org
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme for pyqs.org – India's largest repository of Previous Year Question Papers.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pyqs-org
Tags: education, blog, custom-theme, responsive, tailwind
*/

/*
--------------------------------------------------------------
Base Reset (minimal — Tailwind handles most styling)
--------------------------------------------------------------
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

/* WordPress alignment support */

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

/* Accessibility */

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}