/**
 * Exo — self-hosted brand typeface (Webilogics logo font family)
 */

@font-face {
	font-family: 'Exo';
	src: url('../fonts/exo/Exo-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo';
	src: url('../fonts/exo/Exo-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo';
	src: url('../fonts/exo/Exo-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Exo';
	src: url('../fonts/exo/Exo-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo';
	src: url('../fonts/exo/Exo-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo';
	src: url('../fonts/exo/Exo-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo';
	src: url('../fonts/exo/Exo-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* Logo wordmark weight — matches Exo-Bold.ttf */
:root {
	--font-logo: 'Exo', sans-serif;
	--font-logo-weight: 700;
}

.site-logo,
.site-logo__wordmark {
	font-family: var(--font-logo);
	font-weight: var(--font-logo-weight);
}
