/* Jersey 25 Custom Font Styles */
@import url('https://fonts.googleapis.com/css2?family=Jersey+25&display=swap');

/* Force Jersey 25 font on all h1 elements */
h1 {
  font-family: "Jersey 25", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

/* Also ensure the utility class works */
.font-jersey-25 {
  font-family: "Jersey 25", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
