@charset "utf-8";

@font-face {
  font-family: "Paperlogy";
  src: url("Paperlogy-4Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("Paperlogy-6SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("Paperlogy-8ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --lgnm-font-family: "Paperlogy", "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", Dotum, sans-serif;
  --lgnm-font-regular: 400;
  --lgnm-font-semibold: 600;
  --lgnm-font-extrabold: 800;
}
