/* RAISEWELL — EDIT THIS FILE TO CUSTOMIZE THE APP WITHOUT A BUILD.
   Loaded after assets/app.css, in both WordPress and standalone editions.
   Keep a backup: re-exporting creates a fresh package from export/web/custom.css.
*/
:root {
  --primary: #24796e;
  --primary-foreground: #ffffff;
  --background: #f7f9f8;
  --foreground: #213c3a;
  --ring: #24796e;
}

body { background: var(--background); color: var(--foreground); }

/* Examples — remove the surrounding comment to use one.
.workspace { max-width: 1600px; margin-inline: auto; }
.brand { font-size: 1.7rem; }
.button.primary, .help-button { background: #356859; }
.page-intro h1 { color: #356859; }
*/
