/* SpotSox brand fonts — self-hosted, no external requests. */

/* Brush display script: logo lockups, "LET'S TALK.", "LESS CHAOS.", "SUCKS". */
@font-face {
	font-family: 'Alphasox';
	src: url('../fonts/Alphasox-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Headline face: "TIME FOR BETTER THINGS.", "DROP 01". */
@font-face {
	font-family: 'Archivo Black';
	src: url('../fonts/ArchivoBlack-Regular.ttf') format('truetype');
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
}

/* UI / nav / labels. Variable weight 100-900. */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Variable.ttf') format('truetype-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Italic-Variable.ttf') format('truetype-variations');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

/* Editorial serif: hero sub-copy, benefit strap-lines. */
@font-face {
	font-family: 'Libre Baskerville';
	src: url('../fonts/LibreBaskerville-Variable.ttf') format('truetype-variations');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Libre Baskerville';
	src: url('../fonts/LibreBaskerville-Italic-Variable.ttf') format('truetype-variations');
	font-weight: 400 700;
	font-style: italic;
	font-display: swap;
}
