/*
Theme Name: Zanzibar Crown Football Academy
Theme URI: https://zcfa.co.tz
Author: Zanzibar Crown Football Academy
Author URI: https://zcfa.co.tz
Description: A premium, lightweight, custom WordPress theme for Zanzibar Crown Football Academy. Built with semantic PHP, Tailwind CSS, responsive layouts, academy-focused content structures, and modern sports branding.
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: zcfa
Tags: custom-theme, football, academy, sports, responsive, tailwind, education
*/

/* WordPress requires this file for theme identification. */
/* Main styling is handled through Tailwind via assets/css/app.css. */

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
svg,
video,
canvas {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

.alignwide {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.75rem 1rem;
	background: #0f172a;
	color: #ffffff;
	z-index: 100000;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}