/*
Theme Name: Brand Review
Theme URI: https://github.com/mdybkaliuk/brand-wp-template
Author: brand-wp-template
Description: Mono-brand review theme driven entirely by a build-time config written from Directus. Renders one page type: a long-form review with TOC, FAQ and user reviews.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: proprietary
Text Domain: brand-review
*/

/* Reset and element defaults. Everything that varies per site — palette,
   fonts, layout variant — lives in the generated stylesheet enqueued after
   this one (inc/css.php). */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-wrap: break-word; }
img, picture, svg, video { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; }
table { border-collapse: collapse; }
h1, h2, h3, h4 { text-wrap: balance; }
:where(a) { color: inherit; }
:target { scroll-margin-top: 5rem; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
