html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
background-color: var(--bg);
color: var(--body);
/* Stolen from Tailwind. Looks good in most places. */
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
line-height: 1.5rem;
}
h1 {
font-size: 1.25rem;
line-height: 1.75rem;
}
h2 {
font-size: 1.125rem;
line-height: 1.75rem;
}