html, body
{
margin: 0;
padding: 0;
}
html, body, input, button, textarea
{
font-size: 1em;
font-family: var(--sans-serif-fonts);
font-weight: 500;
}
pre, code
{
font-family: var(--monospace-fonts);
}
body
{
background: var(--background);
color: var(--foreground);
}
p
{
margin: 0.75em auto;
line-height: 1.6em;
}
.virtual
{
position: absolute;
display: block;
height: 0;
opacity: 0;
pointer-events: none;
}