/* Responsive typography and simple defaults */

html{
    /* scales between 16 px (mobile) and 22 px (large desktop) */
    font-size:clamp(1rem,0.875rem + 0.6vw,1.375rem);
}
body{
    font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
    line-height:1.5;
    margin:0.5rem;
}
.warn{font-color:orange}
.ok{font-color:green}
.err{font-color:red}
table{font-size:.9rem}
h1,h2{margin-top:0}
input,button{font-size:1rem}
