@charset "utf-8";

/* sebang Gothic */
@font-face {
  font-family: 'SebangGothic';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("SEBANG Gothic Regular"),
    url("./font/SEBANG Gothic/SebangGothicRegular.woff2") format("woff2"),
    url("./font/SEBANG Gothic/SebangGothicRegular.woff") format("woff");
}

@font-face {
  font-family: 'SebangGothic';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("SEBANG Gothic Bold"),
    url("./font/SEBANG Gothic/SebangGothicBold.woff2") format("woff2"),
    url("./font/SEBANG Gothic/SebangGothicBold.woff") format("woff");
}


/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src:
	url('./font/Pretendard/Pretendard-Black.subset.woff2') format('woff2'), 
	url('./font/Pretendard/Pretendard-Black.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src:
	url('./font/Pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2'), 
	url('./font/Pretendard/Pretendard-ExtraBold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: 
	url('./font/Pretendard/Pretendard-Bold.subset.woff2') format('woff2'), 
	url('./font/Pretendard/Pretendard-Bold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: 
	url('./font/Pretendard/Pretendard-SemiBold.subset.woff2') format('woff2'), 
	url('./font/Pretendard/Pretendard-SemiBold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src:
	url('./font/Pretendard/Pretendard-Medium.subset.woff2') format('woff2'), 
	url('./font/Pretendard/Pretendard-Medium.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src:
	url('./font/Pretendard/Pretendard-Regular.subset.woff2') format('woff2'), 
	url('./font/Pretendard/Pretendard-Regular.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src:
	url('./font/Pretendard/Pretendard-Light.subset.woff2') format('woff2'), 
	url('./font/Pretendard/Pretendard-Light.subset.woff') format('woff');
}

/* g마켓 산스 */
@font-face {
    font-family: 'GmarketSans';
    src: url('./font/Gmarket/GmarketSansMedium.woff') format('woff'),
	url('./font/Gmarket/GmarketSansMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./font/Gmarket/GmarketSansBold.woff') format('woff'),
	url('./font/Gmarket/GmarketSansBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
