:root {
  font-size: 16px;
}

@media (min-width: 1600px) {
  :root {
    font-size: clamp(16px, 1vw, 19.2px);
  }
}
