@font-face {
	font-family: 'PKJ-icons';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/icons.woff2) format('woff2');
}
.pkj-icons {
	font-family: 'PKJ-icons', 'Material Icons', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.9rem;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: "smcp", "onum";
	-moz-font-feature-settings: "smcp", "onum";
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "smcp", "onum";
	font-variation-settings:
		'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
}