@import '@fontsource/inter/400.css'; @import '@fontsource/inter/500.css'; @import '@fontsource/inter/600.css'; @import '@fontsource/inter/700.css'; :root { --gray: oklch(28% 0 0); --white: white; --font-family-base: 'Inter'; --bg-base: var(--gray); --surface: var(--white); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: var(--font-family-base), system-ui, -apple-system, sans-serif; }