/* ==========================================================================
   Mama Bear Law — Webfonts
   Montserrat is the single brand typeface. Served as a single variable font
   (wght 100–900): Black (900) carries headlines, Bold (700) subheads/labels,
   Regular (400) body.
   ========================================================================== */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-var.woff2") format("woff2-variations");
}
