html,
body {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

a {
  color: #f79443;
  transition: color 0.3s ease-in-out 0s;
}
a:hover,
a:focus {
  color: var(--bs-secondary);
}

/* typography */
h1 {
  margin-bottom: 30px;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #626262;
  margin-bottom: 15px;
}
