/*
Theme Name: Lovpsy
Theme URI: https://lovpsy.com/
Author: Lovpsy
Description: Own block theme for lovpsy.com — "Midnight & Mint" design system: midnight-blue ink, pale-sand background, a single electric-mint accent used only as a filled offset shadow/button, tight 4px radius, hard offset-block shadows instead of soft blur. Outfit/Rubik type pairing.
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: lovpsy
*/

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

/* Hard offset-block shadow — the network shape-language signature for this site. */
.lp-offset-mint {
  box-shadow: 4px 4px 0 0 var(--wp--preset--color--tertiary);
  border-radius: 4px;
}
.lp-offset-primary {
  box-shadow: 4px 4px 0 0 var(--wp--preset--color--primary);
  border-radius: 4px;
}
