/*
Theme Name: Dream Atlas
Theme URI: https://dreamvisionspsychic.com/
Author: Dream Atlas
Description: Own block theme for dreamvisionspsychic.com — "Dusk & Brass" design system: cool slate-blue background, deep dusk-teal ink, single warm-brass accent, generously rounded cards with a soft ambient glow instead of hairline borders, Spectral/Work Sans type pairing. Built as a genuinely distinct identity, not a copy of 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: dreamatlas
*/

/* 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: #EEF1F3;
  color: #262B33;
}
a { text-decoration: none; }
.legal-links-row a { text-decoration: underline; }
.wp-block-button__link { border-radius: 8px !important; }
.wp-block-group.da-footer a { color: inherit; }
.wp-block-group.da-card,
.is-style-da-card {
  box-shadow: 0 12px 32px -12px rgba(30, 58, 76, 0.28);
}
details.wp-block-details {
  background: var(--wp--preset--color--base);
  border-radius: var(--wp--preset--spacing--superbspacing-xxsmall);
}
