@at-root :root {
  /*	Dimensions are scaled proportionately with the page width */

  /*	The fallback size is 16px */

  font-size: 16px;
  font-size: min(max(calc(0.5rem + 1vw), 16px), 18px);
}
