/*
Theme Name: Timely India
Theme URI: https://timelyindia.com
Author: Subhash Kumar
Author URI: https://timelyindia.com
Description: Custom WordPress theme for Timely India — India's Trusted Education News Platform. Built with a saffron + navy palette, Georgia serif headings, and card-based layouts, with full WordPress posts, categories, and authors support for EEAT/SEO/schema.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: timely-india
Tags: news, education, blog, two-columns, right-sidebar, custom-menu, featured-images, threaded-comments
*/

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* WP core block/editor gutenberg image defaults inside post content */
.wp-post-content img {
	border-radius: 0.5rem;
	max-width: 100%;
	height: auto;
}

/* Dark mode toggle uses a simple class on <html> */
html.dark {
	color-scheme: dark;
}
