/* -------------------------
   Pretendard
-------------------------- */

@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: swap;
  src: url('./pretendard/Pretendard-Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: swap;
  src: url('./pretendard/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: swap;
  src: url('./pretendard/Pretendard-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src: url('./pretendard/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src: url('./pretendard/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src: url('./pretendard/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src: url('./pretendard/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src: url('./pretendard/Pretendard-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: swap;
  src: url('./pretendard/Pretendard-Black.woff2') format('woff2');
}

/* -------------------------
   Poppins
-------------------------- */

@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-display: swap;
  src: url('./poppins/Poppins-Thin.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url('./poppins/Poppins-ThinItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 200;
  font-display: swap;
  src: url('./poppins/Poppins-ExtraLight.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url('./poppins/Poppins-ExtraLightItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-display: swap;
  src: url('./poppins/Poppins-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('./poppins/Poppins-LightItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-display: swap;
  src: url('./poppins/Poppins-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('./poppins/Poppins-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-display: swap;
  src: url('./poppins/Poppins-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url('./poppins/Poppins-MediumItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-display: swap;
  src: url('./poppins/Poppins-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url('./poppins/Poppins-SemiBoldItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-display: swap;
  src: url('./poppins/Poppins-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url('./poppins/Poppins-BoldItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 800;
  font-display: swap;
  src: url('./poppins/Poppins-ExtraBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url('./poppins/Poppins-ExtraBoldItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 900;
  font-display: swap;
  src: url('./poppins/Poppins-Black.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url('./poppins/Poppins-BlackItalic.woff2') format('woff2');
}