@import "includes.css";
html {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
"Segoe UI Emoji", "Segoe UI Symbol", "Lato", "Helvetica Neue", Helvetica, Arial,
sans-serif;
font-size: 14px;
}
body {
max-width: 1024px;
margin: 1rem auto;
background: white;
color: black;
padding: 1rem;
}