@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--background:#f8fafc;--foreground:#1e293b}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);width:100%;max-width:100vw;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}body:before{content:"";opacity:.1;z-index:-1;pointer-events:none;background-image:url(/background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:fixed;top:0;left:0}.font-sm{font-size:.875rem}.font-md{font-size:1rem}.font-lg{font-size:1.125rem}.font-xl{font-size:1.25rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
