@font-face {
  font-family: "Laminevix Montserrat";
  src: url("montserrat-bold-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* The owner-selected typography overrides legacy CMS block and responsive styles. */
@layer laminevix-typography {
  html, body, body *, body *::before, body *::after, input::placeholder, textarea::placeholder {
    font-family: "Laminevix Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-synthesis: none !important;
    font-variation-settings: normal !important;
  }
}
