/*
Theme Name: Amberlight Guidance
Theme URI: https://powerfullovepsychic.com/
Author: Amberlight Guidance
Description: Own block theme for powerfullovepsychic.com — "Linen & Olive" design system: dusty rose-mauve and deep olive on a warm linen ground, Gelasio/Figtree type pairing, 6px-radius cards, dashed hairline dividers instead of drop shadows or gradients.
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: amberlight-guidance
*/

/* 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: #F4EEE4;
  color: #38322C;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 6px !important; }
.wp-block-group.alg-footer a { color: inherit; }
.wp-block-separator { border-style: dashed !important; }
.alg-note {
  border: 1px dashed var(--wp--preset--color--tertiary);
  border-radius: 6px;
}
