/* =============================================================
   Peak Body Coach · fonts.css
   Self-hosted web fonts. Replaces Google Fonts + FontShare CDN.
   Files live in assets/fonts/{anton,switzer,jetbrains-mono}/.
   ============================================================= */

/* Anton — display / H1 only */
@font-face {
	font-family: 'Anton';
	src: url('../fonts/anton/Anton-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Switzer — body, headings, UI */
@font-face {
	font-family: 'Switzer';
	src: url('../fonts/switzer/Switzer-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Switzer';
	src: url('../fonts/switzer/Switzer-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Switzer';
	src: url('../fonts/switzer/Switzer-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Switzer';
	src: url('../fonts/switzer/Switzer-Extrabold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* JetBrains Mono — technical labels only */
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../fonts/jetbrains-mono/JetBrainsMono-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../fonts/jetbrains-mono/JetBrainsMono-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
