11 lines
183 B
CSS
11 lines
183 B
CSS
:root {
|
|
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
color: #0f172a;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 16px;
|
|
background: #f8fafc;
|
|
}
|