/* Baseline for older Samsung, LG and Android TV browsers. */
html, body, #root { min-height: 100%; margin: 0; background: #09090b; color: #f4f4f5; font-family: Arial, Helvetica, sans-serif; }
* { box-sizing: border-box; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img, video { max-width: 100%; }
@media (min-width: 700px) {
  body { min-width: 700px; }
}
