@charset "utf-8";

@font-face {
  font-family: 'Nanum Square';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NanumSquareR.eot);
  src: /*local('Nanum Square Regular'),*/
       /*local('NanumSquareR'),*/
       url(fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(fonts/NanumSquareR.woff2) format('woff2'),
       url(fonts/NanumSquareR.woff) format('woff'),
       url(fonts/NanumSquareR.ttf) format('truetype');
  unicode-range:U+0041-005A,U+0061-007A,U+0030-0039,U+AC00-CCCB,U+CCCD-D7A3;
}

@font-face {
  font-family: 'Nanum Square';
  font-style: bold;
  font-weight: 700;
  src: url(fonts/NanumSquareB.eot);
  src: /*local('Nanum Square Bold'),*/
       /*local('NanumSquareB'),*/
       url(fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(fonts/NanumSquareB.woff2) format('woff2'),
       url(fonts/NanumSquareB.woff) format('woff'),
       url(fonts/NanumSquareB.ttf) format('truetype');
  unicode-range:U+0041-005A,U+0061-007A,U+0030-0039,U+AC00-CCCB,U+CCCD-D7A3;
}

@font-face {
	font-family: "Pretendard";
	font-weight: 900;
	font-display: swap;
	src: local("Pretendard Black"),
	url("./fonts/Pretendard-Black.subset.woff2") format("woff2"),
	url("./fonts/Pretendard-Black.subset.woff") format("woff");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 800;
	font-display: swap;
	src: local("Pretendard ExtraBold"),
	url("./fonts/Pretendard-ExtraBold.subset.woff2") format("woff2"),
	url("./fonts/Pretendard-ExtraBold.subset.woff") format("woff");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 700;
	font-display: swap;
	src: local("Pretendard Bold"),
	url("./fonts/Pretendard-Bold.subset.woff2") format("woff2"),
	url("./fonts/Pretendard-Bold.subset.woff") format("woff");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 600;
	font-display: swap;
	src: local("Pretendard SemiBold"),
	url("./fonts/Pretendard-SemiBold.subset.woff2") format("woff2"),
	url("./fonts/Pretendard-SemiBold.subset.woff") format("woff");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 500;
	font-display: swap;
	src: local("Pretendard Medium"),
	url("./fonts/Pretendard-Medium.subset.woff2") format("woff2"),
	url("./fonts/Pretendard-Medium.subset.woff") format("woff");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 400;
	font-display: swap;
	src: local("Pretendard Regular"),
	url("./fonts/Pretendard-Regular.subset.woff2") format("woff2"),
	url("./fonts/Pretendard-Regular.subset.woff") format("woff");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 300;
	font-display: swap;
	src: local("Pretendard Light"),
	url("./fonts/Pretendard-Light.subset.woff2") format("woff2"),
	url("./fonts/Pretendard-Light.subset.woff") format("woff");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 200;
	font-display: swap;
	src: local("Pretendard ExtraLight"),
	url("./fonts/Pretendard-ExtraLight.subset.woff2") format("woff2"),
	url("./fonts/Pretendard-ExtraLight.subset.woff") format("woff");
}

@font-face {
	font-family: "Pretendard";
	font-weight: 100;
	font-display: swap;
	src: local("Pretendard Thin"),
	url("./fonts/Pretendard-Thin.subset.woff2") format("woff2"),
	url("./fonts/Pretendard-Thin.subset.woff") format("woff");
}

@font-face {
	font-family: "NanumSquareNeo";
	font-weight: normal;
	font-style: normal;
	src: url("./fonts/NanumSquareNeo-Variable.woff2") format("woff2"),
	url("./fonts/NanumSquareNeo-Variable.woff") format("woff");
}

@font-face {
	font-family: "Poppins";
	src: url("./fonts/Poppins-Regular.woff2") format("woff2"),
	url("./fonts/Poppins-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("./fonts/Poppins-Medium.woff2") format("woff2"),
	url("./fonts/Poppins-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("./fonts/Poppins-Light.woff2") format("woff2"),
	url("./fonts/Poppins-Light.woff") format("woff");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Poppins";
	src: url("./fonts/Poppins-SemiBold.woff2") format("woff2"),
	url("./fonts/Poppins-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}