@font-face {
    font-family: 'ChinupButtercup';
    src: url('ChinupButtercup.woff2') format('woff2'),
        url('ChinupButtercup.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Ringside";
  src: url("Ringside-Semibold.woff2") format("woff2"),
    url("Ringside-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ringside";
  src: url("Ringside-Light.woff2") format("woff2"),
    url("Ringside-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ringside Book";
  src: url("Ringside-Book.woff2") format("woff2"),
    url("Ringside-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ringside";
  src: url("Ringside-Bold.woff2") format("woff2"),
    url("Ringside-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.font-buttercup {
    font-family: "ChinupButtercup", cursive !important;
}
.font-ringside {
    font-family: "Ringside", sans-serif !important;
}