@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=DM+Serif+Display&display=swap";
:root{--bg:#f6f1ea;--surface:#ffffffd6;--surface-strong:#fff;--surface-border:#1622341a;--surface-hover:#f7f9fc;--text-primary:#162234;--text-secondary:#55647a;--text-muted:#8b96a9;--accent:#1967d2;--accent-dark:#0f4ca8;--accent-soft:#eaf2ff;--accent-soft-border:#1967d21f;--danger:#c75043;--success:#1c8c67;--font-display:"DM Serif Display", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--radius-card:28px;--radius-btn:12px;--transition:.18s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-body);color:var(--text-primary);background:linear-gradient(180deg, #fffdf9 0%, var(--bg) 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
