html,body,#root{width:100%;min-width:100%;min-height:100vh;margin:0;padding:0}body{overflow:hidden}*{box-sizing:border-box}#root{width:100%;min-height:100vh;margin:0;padding:0}

/* Typography comfort patch: improves readability without changing the Pensieve theme */
html {
  line-height: 1.5;
}

body,
#root {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#root :where(div, span, label, input, select, textarea, button) {
  line-height: 1.45;
}

#root :where(p, li, blockquote, textarea) {
  line-height: 1.65;
}

#root :where(h1, h2, h3, h4, h5, h6) {
  line-height: 1.25;
}

#root :where(input, select, textarea) {
  line-height: 1.5;
}

#root :where(button) {
  line-height: 1.35;
}
