@charset "utf-8";


/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat/Montserrat-Bold#Montserrat-Bold.svg') format('svg'),
       url('../font/Montserrat/Montserrat-Bold.ttf') format('truetype'),
       url('../font/Montserrat/Montserrat-Bold.woff') format('woff'),
       url('../font/Montserrat/Montserrat-Bold.woff2') format('woff2'),
       url('../font/Montserrat/Montserrat-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat/Montserrat-ExtraBold#Montserrat-ExtraBold.svg') format('svg'),
       url('../font/Montserrat/Montserrat-ExtraBold.ttf') format('truetype'),
       url('../font/Montserrat/Montserrat-ExtraBold.woff') format('woff'),
       url('../font/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
       url('../font/Montserrat/Montserrat-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat/Montserrat-Light#Montserrat-Light.svg') format('svg'),
       url('../font/Montserrat/Montserrat-Light.ttf') format('truetype'),
       url('../font/Montserrat/Montserrat-Light.woff') format('woff'),
       url('../font/Montserrat/Montserrat-Light.woff2') format('woff2'),
       url('../font/Montserrat/Montserrat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat/Montserrat-Medium#Montserrat-Medium.svg') format('svg'),
       url('../font/Montserrat/Montserrat-Medium.ttf') format('truetype'),
       url('../font/Montserrat/Montserrat-Medium.woff') format('woff'),
       url('../font/Montserrat/Montserrat-Medium.woff2') format('woff2'),
       url('../font/Montserrat/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
     font-family: 'Montserrat';
     src: url('../font/Montserrat/Montserrat-Regular#Montserrat-Regular.svg') format('svg'),
          url('../font/Montserrat/Montserrat-Regular.ttf') format('truetype'),
          url('../font/Montserrat/Montserrat-Regular.woff') format('woff'),
          url('../font/Montserrat/Montserrat-Regular.woff2') format('woff2'),
          url('../font/Montserrat/Montserrat-Regular.otf') format('opentype');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
   }


/* NotoSansKR */

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('../font/noto/NotoSansKR-Thin.woff2') format('woff2'),
       url('../font/noto/NotoSansKR-Thin.woff') format('woff'),
       url('../font/noto/NotoSansKR-Thin.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../font/noto/NotoSansKR-Light.woff2') format('woff2'),
       url('../font/noto/NotoSansKR-Light.woff') format('woff'),
       url('../font/noto/NotoSansKR-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../font/noto/NotoSansKR-Regular.woff2') format('woff2'),
       url('../font/noto/NotoSansKR-Regular.woff') format('woff'),
       url('../font/noto/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../font/noto/NotoSansKR-Medium.woff2') format('woff2'),
       url('../font/noto/NotoSansKR-Medium.woff') format('woff'),
       url('../font/noto/NotoSansKR-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('../font/noto/NotoSansKR-Bold.woff2') format('woff2'),
       url('../font/noto/NotoSansKR-Bold.woff') format('woff'),
       url('../font/noto/NotoSansKR-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url('../font/noto/NotoSansKR-Black.woff2') format('woff2'),
       url('../font/noto/NotoSansKR-Black.woff') format('woff'),
       url('../font/noto/NotoSansKR-Black.otf') format('opentype');
}
