/*
Theme Name: Bibi Noor
Theme URI: https://bibinoor.org/
Author: Abid Majeed
Author URI: https://abidmajeed.vercel.app/
Description: Lightweight custom WordPress theme built for Bibi Noor Foundation - a charity/NGO website supporting education and special needs care through scholarship programs. Built with vanilla PHP template-parts (no page builder) for speed and easy maintenance.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bibinoor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Main stylesheet loading is handled through assets/css/main.css
(enqueued in functions.php). This file only contains the required
theme header comment above plus minimal WordPress core resets below.
*/

/* Minimal WP core resets - keep this file light, real styles live in assets/css/main.css */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
