/* Pretendard as site default */
:root {
	--font-primary: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html,
body {
	font-family: var(--font-primary);
}

h1, h2, h3, h4, h5, h6,
.btn,
.badge,
.font-secondary,
.custom-font-secondary,
.custom-font-tertiary,
#header .header-nav nav > ul > li > a {
	font-family: var(--font-primary) !important;
}

/* Hero "100% / 원료 검수" — prevent mark overlap clipping Korean text */
.custom-el-1 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.55rem;
}

.custom-el-1 p {
	z-index: auto;
	margin: 0;
	line-height: 1;
}

.custom-el-1 em {
	bottom: 0 !important;
	right: 0 !important;
	margin: 0;
	font-style: normal !important;
	line-height: 1.45;
	letter-spacing: -0.02em;
}

.custom-el-1 em mark {
	display: inline-block;
	padding: 0.2em 0.5em 0.28em !important;
	line-height: 1.45;
}
