/* ==========================================================================
   Paperlogy @font-face
   ========================================================================== */
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/Paperlogy/Paperlogy-1Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/Paperlogy/Paperlogy-2ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/Paperlogy/Paperlogy-3Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/Paperlogy/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/Paperlogy/Paperlogy-5Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/Paperlogy/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/Paperlogy/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/Paperlogy/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('/font/Paperlogy/Paperlogy-9Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
   폰트 적용
   ========================================================================== */
html, body,
input, textarea, select, button {
  font-family: 'Paperlogy', sans-serif !important;
}

/* ==========================================================================
   아이콘 폰트
   ========================================================================== */
/* Font Awesome */
.fa, .fas, .far, .fab, .fal { font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands' !important; }

/* Line Awesome */
.la, .las, .lar, .lab { font-family: 'Line Awesome Free', 'Line Awesome Brands' !important; }

/* Material Design Icons */
.mdi { font-family: 'Material Design Icons' !important; }

/* Material Icons (Google) */
.material-icons { font-family: 'Material Icons' !important; }

/* ==========================================================================
   font-weight 유틸리티 클래스
   ========================================================================== */
.font-weight-thin { font-weight: 100 !important; }
.font-weight-extra-light { font-weight: 200 !important; }
.font-weight-light { font-weight: 300 !important; }
.font-weight-regular { font-weight: 400 !important; }
.font-weight-medium { font-weight: 500 !important; }
.font-weight-semi-bold { font-weight: 600 !important; }
.font-weight-bold { font-weight: 700 !important; }
.font-weight-extra-bold { font-weight: 800 !important; }
.font-weight-black { font-weight: 900 !important; }