@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");

/* Purple-forward kit-style palette */
.public-page.theme-orchid {
  --font-body: "Outfit", system-ui, sans-serif;
  --font-display: "Outfit", system-ui, sans-serif;
  --bg: linear-gradient(160deg, #faf5ff 0%, #f3e8ff 45%, #ede9fe 100%);
  --text: #4c1d95;
  --muted: #7c3aed;
  --radius: 0.65rem;
  --focus: #a855f7;
  --link-text: #fff;
  --link-bg: #7c3aed;
  --link-bg-hover: #6d28d9;
  --link-border: #6d28d9;
  --link-shadow: 0 2px 12px rgba(124, 58, 237, 0.35);
  --link-shadow-hover: 0 10px 28px rgba(109, 40, 217, 0.45);
}
