@font-face {

  font-family: "Nova Light";
  src: url('/fonts/nova/AlbertusNova-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {

  font-family: "Nova Thin";
  src: url('/fonts/nova/AlbertusNova-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

.calendar-container h1 {

  font-family: "Nova Light", serif;
  text-transform: uppercase;
  color: #a78359 !important;
}
