@charset "UTF-8";:root{--primary: #3a1a30;--secondary: #7B2D4E;--accent: #c9a46e;--text: #1f2937;--bg: #f9f4f7}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:"IBM Plex Serif",Georgia,Times New Roman,Times,serif;font-size:16px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Vend Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.spinner{width:36px;height:36px;border:3px solid rgba(123,45,78,.2);border-top-color:var(--secondary);border-radius:50%;animation:spin .7s linear infinite}.spinner--sm{width:16px;height:16px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}
