@font-face {
  font-family: "Good Times";
  src: url("GoodTimesRg-Regular.woff2") format("woff2"),
    url("GoodTimesRg-Regular.woff") format("woff"),
    url("GoodTimesRg-Regular.ttf") format("truetype"),
    url("GoodTimesRg-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.good-times {
  font-family: "Good Times", sans-serif !important;
  color: #cb9867;
}
