html, body {
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
button {
	all: unset;  /* 모든 브라우저 기본 스타일 제거 */
	text-align: center;
}


@font-face {
	font-family: 'CustomEmojiFont';
	src: url('/css/font/TossFaceFontMac.ttf') format('truetype');
	font-display: swap;
}


.emoji {
	font-family: 'CustomEmojiFont', sans-serif;
}
