/* Google Fonts を自己ホストするための定義。OSフォントへフォールバックしない。 */

@font-face {
  font-family: "Flux Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/font/inter-variable.ttf") format("truetype");
}

@font-face {
  font-family: "Flux Sans JP";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/font/noto-sans-jp-variable.ttf") format("truetype");
}

@font-face {
  font-family: "Flux Sans KR";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/font/noto-sans-kr-variable.ttf") format("truetype");
}

@font-face {
  font-family: "Flux Sans SC";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/font/noto-sans-sc-variable.ttf") format("truetype");
}

@font-face {
  font-family: "Flux Mono";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("../assets/font/ibm-plex-mono-variable.woff2") format("woff2");
}
