/* Increase base font size */
html {
  font-size: 18px;
  /* Default is usually 16px */
}

/* Or target the body specifically */
body {
  font-size: 1.125rem;
  /* 18px if base is 16px */
}

h1 {
  font-size: 2.5rem;
}
