/*
Theme Name: Quiet Compass
Theme URI: https://psychictherapist.info/
Author: Quiet Compass
Description: Own block theme for psychictherapist.info — "Overcast Calm" design system: muted blue-grey ink, a single desaturated sage accent, warm ivory background, moderate 10-14px corner rounding, Literata/Inter type pairing. Built as a genuinely distinct identity, not carried over from 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: quietcompass
*/

/* Fallback rules for contexts that don't read theme.json-generated CSS
   (defensive only — WordPress generates the real presets from theme.json). */
body {
  background-color: #FFFDF9;
  color: #1D242C;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 8px !important; }
.wp-block-group.qc-footer a { color: inherit; }
.qc-note {
  border-left: 3px solid var(--wp--preset--color--accent);
  padding-left: var(--wp--preset--spacing--superbspacing-xsmall);
}
