
@font-face {
  font-family: 'Gumarang';
  src: url('/fonts/gumarang-regular.otf')  format('opentype');
}

.font-gumarang{
  font-family: "Gumarang", serif;
  letter-spacing: .02em;
  line-height: 1;
}
.text-upper {
  text-transform: uppercase;
}

a {
  color: black;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 1.25rem;
  font-weight: 300;
}