@font-face {
  font-family: "Styrene A";
  src:
    url("https://cdn.glamorgancricket.com/Welshfire/fonts/StyreneA-Bold.woff2") format("woff2"),
    url("https://cdn.glamorgancricket.com/Welshfire/fonts/StyreneA-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Styrene A";
  src:
    url("https://cdn.glamorgancricket.com/Welshfire/fonts/StyreneA-Regular.woff2") format("woff2"),
    url("https://cdn.glamorgancricket.com/Welshfire/fonts/StyreneA-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Code Pro";
  src:
    url("https://cdn.glamorgancricket.com/Welshfire/fonts/Code-Pro-Bold.woff2") format("woff2"),
    url("https://cdn.glamorgancricket.com/Welshfire/fonts/Code-Pro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
.hide {
  display: none !important;
}
body {
  font-family: "Styrene A";
}
@media screen and (max-width: 767.98px) {
  .nav-icon.open {
    transform: translateX(0%);
    transition: 0.9s;
  }
  .nav-icon {
    transform: translateX(200%);
    transition: 0.9s;
  }
  .nav-icon .overlay::before {
    content: "";
    background-color: rgb(0 0 0 / 0.8);
    position: fixed;
    left: -20px;
    right: 0;
    width: 100ch;
    right: 0;
    height: 100vh;
    top: -98px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .container {
    padding: 0 12px;
  }
}
