/* Custom Font Classes */

.cinzel-regular {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
}

.cinzel-medium {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-style: normal;
}

.cinzel-semibold {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
}

.cinzel-bold {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-style: normal;
}
