/**
 * Tactic Sans — self-hosted brand display typeface (Brand Guide v1.0, Aug 2026).
 * Two weights only: Black (900) and Medium (500). Never used for body/paragraph text.
 */
@font-face {
	font-family: 'Tactic Sans';
	src: url('../../fonts/Tactic-Sans-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Tactic Sans';
	src: url('../../fonts/Tactic-Sans-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Brand Guide typography level 05 — Small print. Arial Regular 10.5px/16px. */
.ao-small-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 16px;
	font-weight: 400;
}

/* Brand Guide typography level 06 — Label and caption. Arial Bold 10px/14px, uppercase, small positive tracking. */
.ao-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
