@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap");:root{--primary:#4f46e5;--primary-container:#6d63f5;--primary-fixed:#eef2ff;--secondary:#0d9488;--secondary-container:#ccfbf1;--surface:#f8fafc;--surface-container-lowest:#fff;--surface-container-low:#f1f5f9;--surface-container:#e8edf2;--surface-container-high:#dde3ea;--surface-container-highest:#d0d7e0;--on-surface:#0d1c2f;--on-surface-variant:#4b5563;--outline-variant:rgba(13,28,47,.15);--error:#dc2626}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,sans-serif;background-color:var(--surface);color:var(--on-surface);line-height:1.6;-webkit-font-smoothing:antialiased}#__next,body,html,main{height:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-container-high);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--surface-container-highest)}