File size: 224 Bytes
1187856 | 1 2 3 4 5 6 7 8 9 | /* Minimal global reset. The public site stylesheet handles presentation. */
*, *::before, *::after {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}
|