/* v4.3.252 — proportionele, leesbare typografie voor moderne desktop- en mobiele browsers */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { font-weight: 400; font-kerning: normal; text-rendering: optimizeLegibility; }
body :is(h1,h2,h3,h4,h5,h6) { font-weight: 600 !important; line-height: 1.18; }
body :is(strong,b) { font-weight: 600 !important; }
body :is(button,input,select,textarea,label,a) { font-weight: 500 !important; }
body :is(p,li,dd,dt,span,small,time,output) { line-height: 1.4; }
button,input,select,textarea { font: inherit; }
button,a,input,select,textarea { -webkit-tap-highlight-color: transparent; }
@supports (font-size: max(1rem, 1px)) {
  body { font-size: max(1rem, 16px); }
}
@media (max-width: 760px) {
  body :is(button,input,select,textarea) { min-height: 42px; }
}
