@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap");:root{--color-header:#0d0520;--color-accent:#C218A6;--color-bg:#F8F6FA;--color-surface:#ffffff;--color-ink:#1a1a2e;--color-border:#e5e0f0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,Roboto,system-ui,sans-serif;background:var(--color-bg);color:var(--color-ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}