/*
Theme Name: Marigold Almanac
Theme URI: https://astrologer-swamy.com/
Author: Marigold Almanac
Description: Own block theme for astrologer-swamy.com — "Ledger & Marigold" design system: warm cream paper, deep charcoal ink, a single marigold accent, zero border radius, double-hairline rule as the only separator. Built as an independent brand with no connection to any prior operator of this domain.
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: marigold-almanac
*/

/* 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: #FAF3E4;
  color: #2B2521;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 0 !important; }
.wp-block-image img, .wp-block-image figure { border-radius: 0 !important; }
.ma-double-rule {
  border: none;
  border-top: 1px solid var(--wp--preset--color--mono-3);
  border-bottom: 1px solid var(--wp--preset--color--mono-3);
  height: 3px;
  background: transparent;
}
