@import "../variable";

html {
  font-size: 12px;

  @media (min-width: $xxl-breakpoint) {
    font-size: 14px;
  }
}
