/* ============================================================
 * BIOTA · PRIMITIVE · Eyebrow
 * The small uppercase label above section headings.
 * Typography is fixed by the design system; colour varies by context
 * via a modifier so the label reads on light or dark surfaces.
 * ============================================================ */

.biota-eyebrow {
	margin: 0;
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--caption);
	font-weight: 400; /* Figma: DM Sans Regular (universal across eyebrows). */
	line-height: 1.35;
	letter-spacing: 0.16em; /* standardized eyebrow tracking (~1.92px at 12px) */
	text-transform: uppercase;
	color: var(--wp--preset--color--primary); /* default: on light */
}

.biota-eyebrow--light {
	color: var(--wp--preset--color--base);
}

.biota-eyebrow--sky {
	color: var(--wp--preset--color--accent-sky);
}

.biota-eyebrow--gold {
	color: var(--wp--preset--color--accent-gold);
}

/* #2 (Figma): hero eyebrow is warm cream (#E6D4B6), not white. */
.biota-eyebrow--warm {
	color: var(--wp--preset--color--accent-warm);
}
