/* =========================================
   NWIIWA Global Polish Pack
   Paste into: Design → Custom CSS
   ========================================= */

/* --- Brand Variables (edit these) --- */
:root{
  --nwiiwa-purple: #451367; /* main */
  --nwiiwa-purple-dark: #2f0d47;
  --nwiiwa-accent: #7a35b3; /* secondary */
  --nwiiwa-text: #1f1f24;
  --nwiiwa-muted: #6b6b78;
  --nwiiwa-border: rgba(0,0,0,.10);
  --nwiiwa-bg: #ffffff;
  --nwiiwa-card: #ffffff;
  --nwiiwa-radius: 14px;
  --nwiiwa-shadow: 0 12px 28px rgba(0,0,0,.10);
  --nwiiwa-shadow-soft: 0 8px 18px rgba(0,0,0,.08);
}

/* --- Base typography + smoothing --- */
html, body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--nwiiwa-text);
}

p, li{
  line-height: 1.65;
  color: var(--nwiiwa-text);
}

.small, .meta, .sqs-block-content .meta{
  color: var(--nwiiwa-muted);
}

/* --- Headings: slightly tighter + stronger --- */
h1, h2, h3{
  letter-spacing: -0.02em;
}
h1{ line-height: 1.12; }
h2{ line-height: 1.18; }
