@charset "utf-8";

/* 개발 시 전체 아이콘 */
/* @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200') layer(vendor); */

/* 배포 시 사용하는 아이콘 */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1&icon_names=chevron_right,close,favorite,grid_view,home,menu,person,search,shopping_bag') layer(vendor);

@import url('/assets/css/vendor/swiper-bundle.min.css') layer(vendor);

@layer vendor {
	/* 글꼴 불러오기 전 아이콘 크기 고정 */
	.material-symbols-outlined{
		overflow: hidden;
		aspect-ratio: 1;
		height: 1em;
		font-size: inherit;
	}
}