/* Unmodified Android font assets. Copyright/licensing: assets/fonts/LICENSES.txt.
   No preload/CDN: a face is fetched only when the reader or a preview uses it. */
@font-face {
  font-family: "Spoon LeeSeoyun";
  src: url("/app/assets/fonts/leesuyun_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spoon Gowun Batang";
  src: url("/app/assets/fonts/gowunbatang_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spoon MaruBuri";
  src: url("/app/assets/fonts/maruburi_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spoon Pretendard";
  src: url("/app/assets/fonts/pretend_medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spoon RIDIBatang";
  src: url("/app/assets/fonts/ridi_batang.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
