/* font */

/* Pretendard */
@font-face {
	font-family: 'Pretendard';
  font-style: normal;
	font-weight: 100;
  font-display: swap;

  src:
  url('../fonts/Pretendard/Pretendard-Thin.woff2') format('woff2'),
  url('../fonts/Pretendard/Pretendard-Thin.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-Thin.woff') format('font-woff');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 200;
  font-display: swap;

  src:
  url('../fonts/Pretendard/Pretendard-ExtraLight.woff2') format('woff2'),
  url('../fonts/Pretendard/Pretendard-ExtraLight.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-ExtraLight.woff') format('font-woff');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 300;
  font-display: swap;

  src:
  url('../fonts/Pretendard/Pretendard-Light.woff2') format('woff2'),
  url('../fonts/Pretendard/Pretendard-Light.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-Light.woff') format('font-woff');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-display: swap;

  src:
  url('../fonts/Pretendard/Pretendard-Regular.woff2') format('woff2'),
  url('../fonts/Pretendard/Pretendard-Regular.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-Regular.woff') format('font-woff');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-display: swap;

  src:
  url('../fonts/Pretendard/Pretendard-Medium.woff2') format('woff2'),
  url('../fonts/Pretendard/Pretendard-Medium.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-Medium.woff') format('font-woff');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-display: swap;

  src:
  url('../fonts/Pretendard/Pretendard-SemiBold.woff2') format('woff2'),
  url('../fonts/Pretendard/Pretendard-SemiBold.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-SemiBold.woff') format('font-woff');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
  url('../fonts/Pretendard/Pretendard-Bold.woff2') format('woff2'),
  url('../fonts/Pretendard/Pretendard-Bold.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-Bold.woff') format('font-woff');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 800;
  font-display: swap;

  src:
  url('../fonts/Pretendard/Pretendard-ExtraBold.woff2') format('woff2'),
  url('../fonts/Pretendard/Pretendard-ExtraBold.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-ExtraBold.woff') format('font-woff');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 900;
  font-display: swap;

  src:
  url('../fonts/Pretendard/Pretendard-Black.woff2') format('woff2'),
  url('../fonts/Pretendard/Pretendard-Black.otf') format('opentype'),
  url('../fonts/Pretendard/Pretendard-Black.woff') format('font-woff');
}


/* GmarketSans */

@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;

  src:
  url('../fonts/GmarketSans/GmarketSansLight.otf') format('opentype'),
  url('../fonts/Pretendard/GmarketSansLight.ttf') format('truetype')
}

@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: normal;
  font-display: swap;

  src:
  url('../fonts/GmarketSans/GmarketSansMedium.otf') format('opentype'),
  url('../fonts/Pretendard/GmarketSansMedium.ttf') format('truetype')
}

@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: bold;
  font-display: swap;

  src:
  url('../fonts/Pretendard/GmarketSansBold.ttf') format('truetype')
  url('../fonts/GmarketSans/GmarketSansBold.otf') format('opentype'),
}