@font-face {
  font-family: "LINE Seed JP";
  src: url("/fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("/fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("/fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "UDEV Gothic 35 JPDOC";
  src: url("/fonts/UDEVGothic35JPDOC-Bold.ttf") format("truetype");
  font-display: swap;
}

:root {
  --font-line: "LINE Seed JP", sans-serif;
  --font-udev: "UDEV Gothic 35 JPDOC", monospace;
}

* {
  font-family: var(--font-line);
}

pre,
code {
  font-family: var(--font-udev);
}
