/*
Theme Name: Back to You
Theme URI: https://lostloverback.com/
Author: Back to You
Description: Own block theme for lostloverback.com — "Quiet Ledger" design system: ink slate-navy + clay terracotta on warm paper-white, Manrope/Work Sans, moderate rounded corners (10-16px), thin rule lines instead of shadows or glow. Built to replace an archived spell/guaranteed-return site with an honest, distinct identity.
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: backtoyou
*/

/* 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: #FBF8F4;
  color: #1B2127;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 10px !important; }
.wp-block-group.bty-footer a { color: inherit; }
.bty-rule { border: none; border-top: 1px solid var(--wp--preset--color--mono-3); }
.bty-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--contrast-light);
  font-family: var(--wp--preset--font-family--fontprimary);
  font-weight: 700; flex-shrink: 0;
}
