/* ============================================================
   Paperlogy Webfont — Deeptact Learning
   Hosted: https://deeptactlearning-fonts.netlify.app/
   사용법: 다른 HTML에서 아래 한 줄 추가
   @import url('https://deeptactlearning-fonts.netlify.app/fonts.css');
   body { font-family: 'Paperlogy', 'Noto Sans KR', sans-serif; }
   ============================================================ */

@font-face {
  font-family: 'Paperlogy';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Paperlogy-1Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Paperlogy-2ExtraLight.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Paperlogy-3Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Paperlogy-4Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Paperlogy-5Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Paperlogy-6SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Paperlogy-7Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Paperlogy-8ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Paperlogy-9Black.woff2') format('woff2');
}
