/* Light (300) */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("/app/themes/creative_ireland/assets/fonts/FoundersGrotesk-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/* Regular (400 or 500) */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("/app/themes/creative_ireland/assets/fonts/FoundersGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Medium (600) */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("/app/themes/creative_ireland/assets/fonts/FoundersGrotesk-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

/* Semibold (700) */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("/app/themes/creative_ireland/assets/fonts/FoundersGrotesk-Semibold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Bold (800) */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("/app/themes/creative_ireland/assets/fonts/FoundersGrotesk-Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: "FoundersGrotesk", sans-serif;
  font-weight: 400;
}

h1 {
  font-family: "FoundersGrotesk";
  font-weight: 700;
  color: #fe9fef;
  text-align: center;
  padding: 20px;
  font-size: 2.4rem;
}

@media (min: 992px) {
  h1 {
    font-size: 3rem;
  }
}
