/*
 * Axiforma — self-hosted webfont.
 * Place the licensed .woff2 / .woff files in /assets/fonts/ with the names below.
 * (Axiforma is a commercial font by Kastelov — supply your own purchased files.)
 * font-display:swap keeps text visible during load (good for LCP & CLS).
 */

@font-face {
	font-family: 'Axiforma';
	src: url('../fonts/Axiforma-Regular.woff2') format('woff2'),
	     url('../fonts/Axiforma-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Axiforma';
	src: url('../fonts/Axiforma-Medium.woff2') format('woff2'),
	     url('../fonts/Axiforma-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Axiforma';
	src: url('../fonts/Axiforma-SemiBold.woff2') format('woff2'),
	     url('../fonts/Axiforma-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Axiforma';
	src: url('../fonts/Axiforma-Bold.woff2') format('woff2'),
	     url('../fonts/Axiforma-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Axiforma';
	src: url('../fonts/Axiforma-ExtraBold.woff2') format('woff2'),
	     url('../fonts/Axiforma-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Axiforma';
	src: url('../fonts/Axiforma-Black.woff2') format('woff2'),
	     url('../fonts/Axiforma-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
