h1 {
  font-weight: 100;
}

.font-sans {
  font-family: 'Lato';
}

.font-serif {
  font-family: 'Cormorant Garamond';
}

.text-red {
  color: #950922;
}

.text-gold {
  color: #ebb710;
}

.text-white {
  color: #efefef;
}

.text-black {
  color: #252525;
}
