/* ==========================================================================
   SCM REF Australia – Brand font
   Open Sans (client supplied variable font, subset to Latin + symbols)
   Axes: wght 300–800, wdth 75–100 (Condensed = font-stretch: 75%)
   ========================================================================== */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Variable.woff2") format("woff2-variations"),
       url("../fonts/OpenSans-Variable.woff2") format("woff2");
  font-weight: 300 800;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}
