/*
Theme Name: Turning Point
Theme URI: https://matthewgivot.com/
Author: Turning Point
Description: Own block theme for matthewgivot.com — "Graphite & Almanac" design system: warm off-white page, warm graphite ink, single muted-mustard accent, zero corner radius, wide letter-spaced labels, Libre Baskerville/Cabin type pairing. Built as a genuinely distinct identity, not a copy of any reference theme.
Requires at least: 6.5
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: turningpoint
*/

/* Fallback rules for browsers/contexts that don't read theme.json-generated CSS
   (defensive only — WordPress generates the real presets from theme.json). */
body {
  background-color: #F3EFE6;
  color: #332F2A;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 0 !important; }
.wp-block-group.tp-footer a { color: inherit; }
.tp-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
