/*
Theme Name: Specality Thoughts
Theme URI: https://specalitythoughts.com
Author: Specality Thoughts
Description: Independent lifestyle/editorial blog theme -- warm ivory ground, slate-charcoal ink, gold-tan hairline accents, Playfair Display italics over Inter body text, JetBrains Mono for small meta labels. Built from the site's own React/Tailwind design blueprint.
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: LICENSE
Text Domain: specality-thoughts
*/

/* Base reset -- neutralized so component rules always win, per :where() specificity discipline */
:where(*, *::before, *::after) {
  box-sizing: border-box;
}

:where(body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ul, ol) {
  margin: 0;
  padding: 0;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg) {
  display: block;
  max-width: 100%;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(button, input, textarea) {
  font: inherit;
  color: inherit;
}
