@charset "UTF-8";

/* ===============================
	MaruBuri
================================ */
/* ExtraLight */
@font-face {
  font-family: 'MaruBuri';
  src: url('../../fonts/MaruBuri-ExtraLight.otf') format('opentype'),
       url('../../fonts/MaruBuri-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'MaruBuri';
  src: url('../../fonts/MaruBuri-Light.otf') format('opentype'),
       url('../../fonts/MaruBuri-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'MaruBuri';
  src: url('../../fonts/MaruBuri-Regular.otf') format('opentype'),
       url('../../fonts/MaruBuri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: 'MaruBuri';
  src: url('../../fonts/MaruBuri-SemiBold.otf') format('opentype'),
       url('../../fonts/MaruBuri-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'MaruBuri';
  src: url('../../fonts/MaruBuri-Bold.otf') format('opentype'),
       url('../../fonts/MaruBuri-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* ===============================
	Baskervville
================================ */
/* normal */
@font-face {
  font-family: 'Baskerville';
  src: url('../../fonts/Baskervville-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* italic */
@font-face {
  font-family: 'Baskerville';
  src: url('../../fonts/Baskervville-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* ===============================
	Pretendard
================================ */
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 300;
	src: url('../../fonts/Pretendard-Light.woff2') format('font-woff2'),
		 url('../../fonts/Pretendard-Light.woff') format('woff'),
		 url('../../fonts/Pretendard-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/Pretendard-Regular.woff2') format('font-woff2'),
		 url('../../fonts/Pretendard-Regular.woff') format('woff'),
		 url('../../fonts/Pretendard-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/Pretendard-Medium.woff2') format('font-woff2'),
		 url('../../fonts/Pretendard-Medium.woff') format('woff'),
		 url('../../fonts/Pretendard-Medium.otf') format('opentype');
}

@font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url('../../fonts/Pretendard-SemiBold.woff2') format('font-woff2'),
		 url('../../fonts/Pretendard-SemiBold.woff') format('woff'),
		 url('../../fonts/Pretendard-SemiBold.otf') format('opentype');
}

@font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/Pretendard-Bold.woff2') format('font-woff2'),
		 url('../../fonts/Pretendard-Bold.woff') format('woff'),
		 url('../../fonts/Pretendard-Bold.otf') format('opentype');
}
