@font-face {
  font-family: "Berthold Akzidenz Grotesk Bold";
  src: url("https://glamorgancricket.com/_next/static/media/Berthold-Akzidenz-Grotesk-Bold-Condensed.6fcf2c1f.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Berthold Akzidenz Grotesk";
  src: url("https://glamorgancricket.com/_next/static/media/AkzidenzGroteskBE-MdCn.4d783c28.woff2") format("woff2"),
    url("../font/AkzidenzGroteskBE-MdCn.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Pro Regular";
  src: url("https://glamorgancricket.com/_next/static/media/DINPro.00fdcae3.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Medium";
  src: url("https://glamorgancricket.com/_next/static/media/DINPro-Medium.82e8aa91.ttf") format("truetype");
  font-weight: medium;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Light";
  src: url("https://glamorgancricket.com/_next/static/media/DINPro-Light.9901b6ba.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Bold";
  src: url("https://glamorgancricket.com/_next/static/media/DINPro-Bold.63f7cde5.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font-berthold-bold {
  font-family: "Berthold Akzidenz Grotesk Bold", sans-serif;
}
.font-berthold-medium {
  font-family: "Berthold Akzidenz Grotesk", sans-serif;
}
.font-din-regular {
  font-family: "DIN Pro Regular", sans-serif;
}
.font-din-medium {
  font-family: "DIN Pro Medium", sans-serif;
}
.font-din-light {
  font-family: "DIN Pro Light", sans-serif;
}
.font-din-bold {
  font-family: "DIN Pro Bold", sans-serif;
}
.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 72px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
    .container {
    padding: 0 12px;
  }
}