/*
Theme Name: Positively Psychic
Theme URI: https://positivelypsychic.com/
Author: Positively Psychic
Description: Own block theme for positivelypsychic.com — "Sunrise Edge" design system: coral-rust primary, deep teal secondary, a signature thin gold rule accent, moderate 10px rounded corners, Bricolage Grotesque / Nunito Sans type pairing. Built as a genuinely distinct identity for this site.
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: positivelypsychic-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: #FFFFFF;
  color: #2B2118;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 10px !important; border: 2px solid #C9860E !important; }
.wp-block-group.pp-footer a { color: inherit; }
.pp-gold-rule { display: inline-block; width: 64px; height: 2px; background: #C9860E; }
.pp-card { border-top: 2px solid #C9860E !important; border-radius: 10px !important; }
