@charset "UTF-8";
/**
 * Material Icons 중 custom하여 사용할 style을 여기에 정의합니다.
 * 이 파일은 all.css에서 import되어 사용됩니다.
 **/

[class^=material-icons-] {
	/* font-family: "Material Icons Outlined"; */
	font-size: 1.5em;
	vertical-align: bottom;
	/* line-height: calc((1em - 4px) * var(--bs-body-line-height)); */
}

