/* Global professional readability overrides */

html {
  font-size: 68%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #1f2937;
}

p,
li {
  font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #111827;
}

h1 {
  font-size: 3.8rem;
  line-height: 1.2;
}

h2 {
  font-size: 3rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.3;
}

a {
  color: #0f4c81;
}

p a {
  color: #0f4c81;
}

.container {
  max-width: 112rem;
}

.navigation a {
  font-size: 1.55rem;
  letter-spacing: 0.04em;
}

.navigation .navigation-link {
  font-weight: 600;
}

.content article header h2 {
  font-size: 2rem;
  color: #4b5563;
}

.list ul li {
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  html {
    font-size: 64%;
  }

  body,
  p,
  li {
    font-size: 1.7rem;
    line-height: 1.7;
  }

  .navigation a {
    font-size: 1.5rem;
  }
}
