/* Place Sinar Grotesk woff2 files in assets/fonts/ if self-hosting */

@font-face {
  font-family: "Sinar Grotesk";
  src: url("../fonts/SinarGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sinar Grotesk";
  src: url("../fonts/SinarGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sinar Grotesk";
  src: url("../fonts/SinarGrotesk-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
