/*
Theme Name: Maryland Reading Circle
Theme URI: https://psychicreadingsmd.com/
Author: Maryland Reading Circle
Description: Own block theme for psychicreadingsmd.com — "Slate & Brick" design system: navy-slate ink, warm off-white background, a single brick-red accent, flat 4px radius, thick underline accents in place of shadows. Zilla Slab / Catamaran type pairing.
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: mrc-theme
*/

/* 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: #F4EEE2;
  color: #23262B;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 4px !important; }
.wp-block-group.mrc-footer a { color: inherit; }

/* Signature identity element: thick underline accent under section headings. */
.mrc-underline-heading {
  border-bottom: 4px solid #8C2F2F;
  padding-bottom: 8px;
  display: inline-block;
}
