/*
Theme Name: Marketing
Description: Block theme for the public marketing site.
Version: 1.0.0
Requires at least: 6.8
Tested up to: 7.1
Requires PHP: 8.1
License: Proprietary
Text Domain: marketing
*/

/* Base rules theme.json cannot express. Components live in assets/css/components.css. */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 92px; -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
:where(h1, h2, h3) { text-wrap: balance; }
:where(p) { text-wrap: pretty; }
:where(a, button, summary, input, select, textarea):focus-visible { outline: 2px solid var(--wp--preset--color--gold); outline-offset: 2px; }
::selection { background: var(--wp--preset--color--gold); color: var(--wp--preset--color--gold-ink); }
img { max-width: 100%; height: auto; }

@media (max-width: 781px) {
	html { scroll-padding-top: 80px; }
}

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