/* region font-sizes for materialize.css compatibility */
/*
TODO(later): When we get rid of `materialize.css` everywhere, remove these!
  These changes are taken from lines 4275-4291
*/
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
/* endregion */
