/*
Theme Name: Nightgate Tarot
Theme URI: https://mytarotcardreading.com/
Author: Nightgate Tarot
Description: Own block theme for mytarotcardreading.com — "Threshold" design system: aubergine ink, copper accent, parchment background, arched cards (large radius on top corners only), Marcellus/Assistant 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: nightgatetarot
*/

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

/* Signature arch shape: large radius on top corners only, square bottom. */
.ng-arch-card,
.ng-arch-card img {
  border-radius: 28px 28px 0 0 !important;
}
.ng-arch-card-lg,
.ng-arch-card-lg img {
  border-radius: 48px 48px 0 0 !important;
}
