/* suit */
@font-face {
    font-display: swap; 
	font-family: 'pz-font';
    font-style: normal;
	font-weight: 400;
	src: url('../fonts/suit/woff2/SUIT-Regular.woff2') format('woff2'),
         url('../fonts/suit/ttf/SUIT-Regular.ttf') format('truetype');
    unicode-range: U+AC00-U+D7A3;/* 한글 범위 */
}
@font-face {
    font-display: swap; 
	font-family: 'pz-font';
    font-style: normal;
	font-weight: 500;
	src: url('../fonts/suit/woff2/SUIT-Medium.woff2') format('woff2'),
         url('../fonts/suit/ttf/SUIT-Medium.ttf') format('truetype');
    unicode-range: U+AC00-U+D7A3; /* 한글 범위 */
}
@font-face {
	font-family: 'pz-font';
	font-weight: 600;
	src: url('../fonts/suit/woff2/SUIT-SemiBold.woff2') format('woff2'),
         url('../fonts/suit/ttf/SUIT-SemiBold.ttf') format('truetype');
    unicode-range: U+AC00-U+D7A3; /* 한글 범위 */
}
@font-face {
    font-display: swap; 
	font-family: 'pz-font';
    font-style: normal;
	font-weight: 700;
	src: url('../fonts/suit/woff2/SUIT-Bold.woff2') format('woff2'),
         url('../fonts/suit/ttf/SUIT-Bold.ttf') format('truetype');
    unicode-range: U+AC00-U+D7A3;/* 한글 범위 */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'pz-font';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins/poppins-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins/poppins-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  unicode-range:  U+0030-0039, U+0041-005A, U+0061-007A; /* 영문 및 숫자 */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'pz-font';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins/poppins-v24-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins/poppins-v24-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  unicode-range:  U+0030-0039, U+0041-005A, U+0061-007A;/* 영문 및 특수문자 */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'pz-font';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins/poppins-v24-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins/poppins-v24-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  unicode-range:  U+0030-0039, U+0041-005A, U+0061-007A; /* 영문 및 특수문자 */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'pz-font';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins/poppins-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins/poppins-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  unicode-range:  U+0030-0039, U+0041-005A, U+0061-007A; /* 영문 및 특수문자 */
}