﻿
/*https://metroui.org.ua/typography.html - responsive font size*/

html {
  font-size: 100%;
}

@media screen and (min-width: 256px) {
  html {
    font-size: 85%;
  }
}

@media screen and (min-width: 576px) {
  html {
    font-size: 100%;
  }
}
