/* Self-hosted typefaces. No third-party font request is made at runtime. */
@font-face {
  font-family: "RAUTOL Inter";
  src: url("/assets/fonts/rautol-v1/Inter-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "RAUTOL Serif";
  src: url("/assets/fonts/rautol-v1/BodoniModa-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "RAUTOL Noto Sans JP";
  src: url("/assets/fonts/rautol-v1/NotoSansJP-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "RAUTOL Noto Sans SC";
  src: url("/assets/fonts/rautol-v1/NotoSansSC-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "RAUTOL Noto Sans KR";
  src: url("/assets/fonts/rautol-v1/NotoSansKR-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
