@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  font-family: 'Urbanist', sans-serif;
  font-weight: 350;
  font-size: 100%;
}

h1 {
  font-weight: 350;
  color: #004E9E;
}

a {
  color: #004E9E;
}

#contact {
  font-size: 1.25em;
}

#contact li {
  margin: 0.5em 0;
}
