@font-face {
    font-family: 'Paperlogy-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2'),
         url('/static/font/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'Paperlogy-7Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2'),
       url('/static/font/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

.pl-regular {
  font-family: 'Paperlogy-4Regular', sans-serif;
  font-weight: 400;
}

.pl-bold {
  font-family: 'Paperlogy-7Bold', sans-serif;
  font-weight: 700;
}