/*
Theme Name: Adult Industry University
Theme URI: https://adultindustryuniversity.com
Author: AIU Editorial Team
Author URI: https://adultindustryuniversity.com
Description: Custom theme for Adult Industry University — a free business education hub for adult content creators. Article/guide library, live creator calculators, a DMCA notice writer, honest platform report cards, an industry glossary, and a resource directory. Built for the standard WordPress editor: publish posts with zero code.
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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aiu
Tags: news, blog, custom-colors, custom-menu, featured-images, translation-ready, threaded-comments

Adult Industry University WordPress theme. All primary styling lives in
assets/css/aiu.css — this file only carries the required theme header and a
couple of WordPress core resets so the theme is recognized by wp-admin.
*/

/* Minimal core reset — full design system is enqueued from assets/css/aiu.css */
body {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
