@charset "utf-8"; 


@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  src: url('../fonts/Pretendard/Pretendard-Light.otf') format('opentype'),
       url('../fonts/Pretendard/Pretendard-Light.woff') format('woff'),
       url('../fonts/Pretendard/Pretendard-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  src: url('../fonts/Pretendard/Pretendard-Regular.otf') format('opentype'),
       url('../fonts/Pretendard/Pretendard-Regular.woff') format('woff'),
       url('../fonts/Pretendard/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  src: url('../fonts/Pretendard/Pretendard-Medium.otf') format('opentype'),
       url('../fonts/Pretendard/Pretendard-Medium.woff') format('woff'),
       url('../fonts/Pretendard/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  src: url('../fonts/Pretendard/Pretendard-SemiBold.otf') format('opentype'),
       url('../fonts/Pretendard/Pretendard-SemiBold.woff') format('woff'),
       url('../fonts/Pretendard/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  src: url('../fonts/Pretendard/Pretendard-Bold.otf') format('opentype'),
       url('../fonts/Pretendard/Pretendard-Bold.woff') format('woff'),
       url('../fonts/Pretendard/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  src: url('../fonts/Pretendard/Pretendard-Black.otf') format('opentype'),
       url('../fonts/Pretendard/Pretendard-Black.woff') format('woff'),
       url('../fonts/Pretendard/Pretendard-Black.woff2') format('woff2');
}


/** =================== MONTSERRAT =================== **/

/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"),
       url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
}

/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"),
       url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
}

/** Montserrat SemiBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"),
       url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
}

/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"),
       url("../fonts/montserrat/Montserrat-Bold.woff") format("woff");
}


/** =================== goorm-sans =================== **/

@font-face {
  font-family: 'goorm-sans';
  font-weight: 400;
  src: url('../fonts/goorm-sans/goorm-sans-regular.otf') format('opentype'),
       url('../fonts/goorm-sans/goorm-sans-regular.woff') format('woff'),
       url('../fonts/goorm-sans/goorm-sans-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'goorm-sans';
  font-weight: 500;
  src: url('../fonts/goorm-sans/goorm-sans-medium.otf') format('opentype'),
       url('../fonts/goorm-sans/goorm-sans-medium.woff') format('woff'),
       url('../fonts/goorm-sans/goorm-sans-medium.woff2') format('woff2');
}

@font-face {
  font-family: 'goorm-sans';
  font-weight: 700;
  src: url('../fonts/goorm-sans/goorm-sans-bold.otf') format('opentype'),
       url('../fonts/goorm-sans/goorm-sans-bold.woff') format('woff'),
       url('../fonts/goorm-sans/goorm-sans-bold.woff2') format('woff2');
}