/* Serve absolute URLs since this CSS may be used cross-origin */
@font-face {
  font-family: "TT_Commons";
  src: url("https://mqa-landing.vercel.app/TT_Commons_Pro_Normal.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Add more weights/styles if you have them */
@font-face {
  font-family: "TT_Commons";
  src: url("https://mqa-landing.vercel.app/TT_Commons_Pro_Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
