/*
Theme Name: Love Magnet
Theme URI: https://lovemagnet.org/
Author: Love Magnet
Description: Own block theme for lovemagnet.org — "Dusk & Ink" design system: warm-ivory ground, deep-wine ink, muted antique-gold accent, hairline rose-taupe borders instead of shadows, Spectral/Karla type pairing. Built from scratch, not derived from 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: lovemagnet
*/

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