/* Self-hosted Mulish — font files expected next to this folder: assets/fonts/*.woff */
@font-face {
  font-family: mulish;
  font-style: normal;
  font-weight: 400;
  src: local("Mulish"), url("../Mulish-Regular.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: italic;
  font-weight: 400;
  src: local("Mulish"), url("../Mulish-Italic.woff") format("woff");
}
/* Weight 200: use static ExtraLight (variable Mulish[wght].woff is often omitted from self-host kits) */
@font-face {
  font-family: mulish;
  font-style: normal;
  font-weight: 200;
  src: local("Mulish"), url("../Mulish-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: italic;
  font-weight: 200;
  src: local("Mulish"), url("../Mulish-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: normal;
  font-weight: 275;
  src: local("Mulish"), url("../Mulish-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: italic;
  font-weight: 275;
  src: local("Mulish"), url("../Mulish-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: normal;
  font-weight: 300;
  src: local("Mulish"), url("../Mulish-Light.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: italic;
  font-weight: 300;
  src: local("Mulish"), url("../Mulish-LightItalic.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: normal;
  font-weight: 600;
  src: local("Mulish"), url("../Mulish-SemiBold.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: italic;
  font-weight: 600;
  src: local("Mulish"), url("../Mulish-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("../Mulish-Bold.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("../Mulish-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("../Mulish-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: italic;
  font-weight: 800;
  src: local("Mulish"), url("../Mulish-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: normal;
  font-weight: 900;
  src: local("Mulish"), url("../Mulish-Black.woff") format("woff");
}
@font-face {
  font-family: mulish;
  font-style: italic;
  font-weight: 900;
  src: local("Mulish"), url("../Mulish-BlackItalic.woff") format("woff");
}
