/*
Theme Name: Odisha Board 10th
Theme URI: https://odishaboard10th.online
Author: Odisha Board 10th Team
Author URI: https://odishaboard10th.online
Description: A fast, clean, mobile-first custom WordPress theme built for OdishaBoard10th.online — designed for exam results, admit cards, routines, syllabus and scholarship updates. Card-based homepage sections, a live-update ticker, sticky search-enabled header, and a lightweight footer, without the cluttered ad-heavy layout common on typical "sarkari result" style sites.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: odishaboard10th
Tags: news, blog, education, custom-menu, featured-images, threaded-comments, translation-ready

Odisha Board 10th WordPress Theme, (C) 2026 Odisha Board 10th Team
This theme is released under the GNU General Public License v2 or later.

Main stylesheet loading is handled through assets/css/main.css (enqueued in functions.php).
This file intentionally only contains the required theme header block plus a tiny reset,
so WordPress can read the theme metadata correctly.
*/

/* Minimal base reset - full styling lives in assets/css/main.css */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; }
