// iconファイルの読み込み。main / editor 用。
// ( カスタマイザー用のCSSは階層が変わるので別で読み込んでいる。 )
@font-face {
	font-weight: normal;
	font-family: arkhe-icon;
	font-style: normal;
	src:
		url(../../assets/fonts/icomoon.woff2?s7d812) format("woff2"),
		url(../../assets/fonts/icomoon.ttf?s7d812) format("truetype"),
		url(../../assets/fonts/icomoon.woff?s7d812) format("woff"),
		url(../../assets/fonts/icomoon.svg?s7d812#icomoon) format("svg");
}

[class*="arkhe-icon-"] {
	font-weight: normal;

	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: arkhe-icon !important;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: never;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


// カスタマイザーで使用
.arkhe-icon-tag::before {
	content: "\e90c";
}

.arkhe-icon-folder::before {
	content: "\e90d";
}
