/*!
Theme Name: DaviDAD
Theme URI: https://davidad.casa/
Author: DaviDAD
Author URI: https://davidad.casa/
Description: Lean, mobile-first block theme for the DaviDAD ESL speaking platform. Fast (no jQuery, carousels or web fonts), uncluttered and confidence-building, with level-coded colours and consistent audio and lesson typography. Pairs with the DaviDAD Core plugin for the lesson content model.
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 8.0
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: davidad
Tags: education, block-patterns, full-site-editing, translation-ready, one-column, custom-colors, accessibility-ready, blog
*/

/* Base overrides that theme.json cannot express. */

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* Comfortable reading measure for article body inside a wide container. */
.davidad-reading p,
.davidad-reading li {
	max-width: 42rem;
}

/* Skip link visible on focus (accessibility). */
.skip-link:focus {
	position: fixed;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 999;
	padding: 0.5rem 1rem;
	background: var(--wp--preset--color--contrast);
	color: #fff;
	border-radius: 6px;
}

/* Respect reduced motion. */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* Visually-hidden text for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}
