@font-face {
  font-family: "Nanum Pen";
  src: url("/static/fonts/nanum-pen-400.woff2") format("woff2"),
       url("/static/fonts/nanum-pen-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Jua";
  src: url("/static/fonts/jua-400.woff2") format("woff2"),
       url("/static/fonts/jua-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "D2Coding";
  src: url("/static/fonts/D2Coding.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
