/*
Theme Name: IDSPAKISTAN - Digital Skills Academy
Theme URI: https://idspakistan.com
Author: IDSPAKISTAN
Author URI: https://idspakistan.com
Description: Custom WordPress theme for IDSPAKISTAN, the Institute of Digital Skills Pakistan. Built for a digital-skills academy offering practical courses (eBay, YouTube Automation, Daraz) with 1-on-1 WhatsApp mentorship. Includes a Courses post type, editable site settings, WhatsApp lead-generation buttons, and a fully responsive dark-hero / emerald design.
Version: 1.1.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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: idspakistan
Tags: education, e-commerce, custom-background, custom-menu, featured-images, full-width-template, 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.

Utility classes in this theme follow a Tailwind-CSS-like naming convention;
the compiled stylesheet lives in assets/css/tailwind.css and is generated
from the templates in this theme (see assets/css/src-input.css).
*/

/* Base resets that aren't covered by the compiled utility file */
html {
	scroll-behavior: smooth;
}

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

button {
	cursor: pointer;
}

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