@font-face {
  font-family: "Euclid Square";
  src: url("/assets/fonts/EuclidSquare-Regular.woff2") format("woff2"),
    url("/assets/fonts/EuclidSquare-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Square";
  src: url("/assets/fonts/EuclidSquare-Medium.woff2") format("woff2"),
    url("/assets/fonts/EuclidSquare-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Square";
  src: url("/assets/fonts/EuclidSquare-SemiBold.woff2") format("woff2"),
    url("/assets/fonts/EuclidSquare-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Square";
  src: url("/assets/fonts/EuclidSquare-Bold.woff2") format("woff2"),
    url("/assets/fonts/EuclidSquare-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'rocknessregular';
    src: url('rockness.woff2') format('woff2'),
         url('rockness.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

@font-face {
    font-family: 'Campton Bold';
    src: url('../assets/fonts/Campton-BoldDEMO.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Black';
    src: url('../assets/fonts/GOTHAM-BLACK.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../assets/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('../assets/fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}