@charset "UTF-8";:root{--primary: #B2465A;--primary-dark: #8e3147;--secondary: #D6796A;--accent: #F2B38F;--text: #2d2728;--text-light: #6d6263;--bg: #fcfaf8;--bg-alt: #f5f0ec;--border: #eaded7;--shadow: 0 6px 18px rgba(87, 44, 58, .08);--shadow-lg: 0 16px 38px rgba(87, 44, 58, .16)}*,*: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(178,70,90,.18);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)}}
