/* Iconography and typographic tweaks */
.material-symbols-rounded {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  line-height: 1;
}

@media (min-width: 768px) {
  header nav a {
    letter-spacing: 0.02em;
  }
}
