@charset "UTF-8";:root{--color-night-blue: #061b29;--color-signature-pink: #f94484;--color-magenta: #e43983;--color-light-pink: #feaebd;--color-peach: #ffd3c2;--color-plum: #6e2947;--color-floral-yellow: #e4d96a;--color-leaf-green: #51631e;--color-bg: #fff8fb;--color-surface: #f7eef3;--color-border: #e6d8df;--color-text-secondary: #667681;--color-white: #ffffff;--color-success: #2f7d61;--color-warning: #a86500;--color-error: #b4233c;--color-info: #2f6b9a;--color-loading: #667681;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-serif: "Fraunces", Georgia, serif;--font-mono: "Courier New", ui-monospace, monospace}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:var(--font-sans);color:var(--color-night-blue);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);margin:0 0 .5em;font-weight:700;color:var(--color-night-blue)}code,pre,kbd,samp{font-family:var(--font-mono)}
