@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap";:root{--bg: #f3f4f6;--fg: #111827;--subtext: #6b7280;--primary: #3b82f6;--primary-hover: #2563eb;--card: #ffffff;--border: #e5e7eb;--shadow: rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow-x:hidden;overflow-y:hidden}body{font-family:Outfit,sans-serif;background-color:var(--bg);color:var(--fg);display:flex;justify-content:center;align-items:center;text-align:center}
