/**
 * at-amber Theme - Local Font Definitions
 *
 * Font families: Inter, Exo 2, Orbitron
 * Version: 2.0
 * Date: 2025-11-28
 */

/* Inter - Regular (400) */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('inter/Inter-Regular.woff2') format('woff2');
}

/* Inter - Medium (500) */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('inter/Inter-Medium.woff2') format('woff2');
}

/* Inter - SemiBold (600) */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('inter/Inter-SemiBold.woff2') format('woff2');
}

/* Exo 2 - SemiBold (600) */
@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('exo-2/Exo2-SemiBold.woff2') format('woff2');
}

/* Exo 2 - Bold (700) */
@font-face {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('exo-2/Exo2-Bold.woff2') format('woff2');
}

/* Orbitron - Bold (700) */
@font-face {
	font-family: 'Orbitron';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('orbitron/Orbitron-Bold.woff2') format('woff2');
}
