/*프리텐다드*/
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('font/pre/woff2/Pretendard-Black.woff2') format('woff2'), url('./woff/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('font/pre/woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('./woff/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('font/pre/woff2/Pretendard-Bold.woff2') format('woff2'), url('./woff/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('font/pre/woff2/Pretendard-SemiBold.woff2') format('woff2'), url('./woff/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('font/pre/woff2/Pretendard-Medium.woff2') format('woff2'), url('./woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('font/pre/woff2/Pretendard-Regular.woff2') format('woff2'), url('./woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('font/pre/woff2/Pretendard-Light.woff2') format('woff2'), url('./woff/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('font/pre/woff2/Pretendard-ExtraLight.woff2') format('woff2'), url('./woff/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('font/pre/woff2/Pretendard-Thin.woff2') format('woff2'), url('./woff/Pretendard-Thin.woff') format('woff');
}



/*아리따돋음*/ 

@font-face {
	font-family:'arita';
	src: url('font/arita/AritaDotumMedium.eot');
	src: local(※), url('font/arita/AritaDotumMedium.eot?#iefix') format('embedded-opentype'),
		 url('font/arita/AritaDotumMedium.woff') format('font-woff'),
		 url('font/arita/AritaDotumMedium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family:'arita';
	src: url('font/arita/AritaDotumLight.eot');
	src: local(※), url('font/arita/AritaDotumLight.eot?#iefix') format('embedded-opentype'),
		 url('font/arita/AritaDotumLight.woff') format('font-woff'),
		 url('font/arita/AritaDotumLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family:'arita';
	src: url('font/arita/AritaSansMedium.eot');
	src: local(※), url('font/arita/AritaSansMedium.eot?#iefix') format('embedded-opentype'),
		 url('font/arita/AritaSansMedium.woff') format('font-woff'),
		 url('font/arita/AritaSansMedium.ttf') format('truetype');
	font-weight: 500; 
	font-style: normal; 
}
@font-face {
	font-family:'arita';
	src: url('font/arita/AritaDotumSemiBold.eot');
	src: local(※), url('font/arita/AritaDotumSemiBold.eot?#iefix') format('embedded-opentype'),
		 url('font/arita/AritaDotumSemiBold.woff') format('font-woff'),
		 url('font/arita/AritaDotumSemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face { 
    font-family: 'arita';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-dotum-Medium.woff') format('font-woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


