/*
Theme Name: Lucida Tarot
Theme URI: https://psychic-tarotreader.com/
Author: Lucida Tarot
Description: Own block theme for psychic-tarotreader.com — "Dusk & Candlelight" design system: twilight plum/indigo ink, warm candlelight gold accent, soft rounded corners and an ambient glow instead of hairline borders, Playfair Display/Mulish type pairing. Built as a genuinely distinct identity, not a copy of any other network 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: lucida-tarot
*/

/* 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: #F7F3FA;
  color: #2A2032;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 999px !important; }
.wp-block-group.lct-footer a { color: inherit; }
.wp-block-group.lct-card,
.is-style-lct-card {
  box-shadow: 0 10px 30px -8px rgba(75, 46, 104, 0.30);
  border-radius: 20px !important;
  transition: box-shadow .2s ease;
}
.wp-block-group.lct-card:hover { box-shadow: 0 16px 40px -10px rgba(75, 46, 104, 0.40); }
details.lct-faq { border-radius: 12px !important; }
