/* Pretendard Font Family */

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Thin.woff') format('woff'),
         url('./Pretendard/Pretendard-Thin.ttf') format('truetype'),
         url('./Pretendard/Pretendard-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-ExtraLight.woff') format('woff'),
         url('./Pretendard/Pretendard-ExtraLight.ttf') format('truetype'),
         url('./Pretendard/Pretendard-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Light.woff') format('woff'),
         url('./Pretendard/Pretendard-Light.ttf') format('truetype'),
         url('./Pretendard/Pretendard-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Regular.woff') format('woff'),
         url('./Pretendard/Pretendard-Regular.ttf') format('truetype'),
         url('./Pretendard/Pretendard-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Medium.woff') format('woff'),
         url('./Pretendard/Pretendard-Medium.ttf') format('truetype'),
         url('./Pretendard/Pretendard-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-SemiBold.woff') format('woff'),
         url('./Pretendard/Pretendard-SemiBold.ttf') format('truetype'),
         url('./Pretendard/Pretendard-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Bold.woff') format('woff'),
         url('./Pretendard/Pretendard-Bold.ttf') format('truetype'),
         url('./Pretendard/Pretendard-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-ExtraBold.woff') format('woff'),
         url('./Pretendard/Pretendard-ExtraBold.ttf') format('truetype'),
         url('./Pretendard/Pretendard-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Black.woff') format('woff'),
         url('./Pretendard/Pretendard-Black.ttf') format('truetype'),
         url('./Pretendard/Pretendard-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* 사용 예시 */
/* body { font-family: 'Nanum Myeongjo', serif; } */
@font-face {
  font-family: 'Nanum Myeongjo';
  src: url('./nanum-myeongjo/NanumMyeongjo.otf') format('opentype'),
       url('./nanum-myeongjo/NanumMyeongjo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nanum Myeongjo';
  src: url('./nanum-myeongjo/NanumMyeongjoBold.otf') format('opentype'),
       url('./nanum-myeongjo/NanumMyeongjoBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nanum Myeongjo';
  src: url('./nanum-myeongjo/NanumMyeongjoExtraBold.otf') format('opentype'),
       url('./nanum-myeongjo/NanumMyeongjoExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'faceshop';
  src: url('./faceshop/faceshop.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}


/* font-family: 'Finlandica'; */
@font-face {
  font-family: 'Finlandica';
  src: url('./Finlandica/Finlandica-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Finlandica';
  src: url('./Finlandica/Finlandica-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Finlandica';
  src: url('./Finlandica/Finlandica-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Finlandica';
  src: url('./Finlandica/Finlandica-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Finlandica';
  src: url('./Finlandica/Finlandica-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Finlandica';
  src: url('./Finlandica/Finlandica-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Finlandica';
  src: url('./Finlandica/Finlandica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Finlandica';
  src: url('./Finlandica/Finlandica-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* body {
  font-family: 'Finlandica', sans-serif;
} */