@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap'); :global(body) { margin: 0; padding: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f9fafb; color: #1f2937; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } :global(*) { box-sizing: border-box; } :global(h1, h2, h3, h4, h5, h6) { margin: 0; } :global(button) { font-family: inherit; } :global(textarea) { font-family: inherit; }