@charset "UTF-8";

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('font/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Bold';
  src: url('font/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  src: url('font/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/* SUIT 가변폰트(100~900)를 굵기별 고정이름(Regular/Medium/SemiBold/Bold)과 가변 'SUIT'로 등록.
   고정이름=family 전환 방식용, 'SUIT'=숫자 font-weight 반응용. */
@font-face {
  font-family: 'SUIT-Regular';
  src: url('font/SUIT-Variable.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT-Medium';
  src: url('font/SUIT-Variable.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT-SemiBold';
  src: url('font/SUIT-Variable.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT-Bold';
  src: url('font/SUIT-Variable.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT';
  src: url('font/SUIT-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
    font-family: "unifont";
    src: url('font/fontello.eot?25674547');
    src: url('font/fontello.eot?25674547#iefix') format('embedded-opentype'),
    url('font/fontello.woff?25674547') format('woff'),
    url('font/fontello.ttf?25674547') format('truetype'),
    url('font/fontello.svg?25674547#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}