/*
Theme Name: woptimize
Theme URI: https://www.woptimize.io
Author: Stefano Ginella
Author URI: https://www.stefanoginella.com
Description: Minimal block theme for woptimize.io. Presentation only: theme.json, templates, parts and patterns.
Version: 0.1.1
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 8.5
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woptimize-theme
Tags: block-patterns, full-site-editing, one-column, editor-style, custom-logo
*/

/* Design tokens live in theme.json. This file only holds what theme.json cannot express. */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
}

/* Respect the reader. Never hide the focus ring. */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 2px solid currentcolor;
	outline-offset: 2px;
}

/* Long words and URLs must not overflow narrow screens. */
:where(p, li, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
