/* Paste your old site's global CSS here to start; refine in WP later. */


/* === PrintPotion Brand Palette === */
:root{
  --ink:#230d21; --ink-2:#271026; --plum:#5d3046; --violet:#734c7c; --rose:#c96577; --gold:#ffd56a;
}
body{ background:#1b0f1c; color:#f4e9f6; }
.site-header{ background:linear-gradient(135deg,#1f1147,#5b21b6); color:#fff; }
.site-footer{ background:#0f172a; color:#fff; }
.nav a{ color:#ffe7ff; opacity:.9; }
.nav a:hover{ opacity:1; text-decoration:underline; }
.branding a{ color:#ffe7ff!important; }
.button,.wp-block-button__link{
  display:inline-block; padding:.85rem 1.25rem; border-radius:999px; font-weight:800;
  background:linear-gradient(135deg,#7c3aed,#a855f7); color:#fff; text-decoration:none;
}
.pp-hero { color:#fff; text-shadow:0 1px 2px rgba(0,0,0,.5); }
