/*
	Local font-face declarations for Inter and Poppins
	Paths are relative to this CSS file (../assets/...)
*/

@font-face {
	font-family: 'Inter';
	src: url('../assets/fonts/inter/inter-v20-latin-300.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../assets/fonts/inter/inter-v20-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../assets/fonts/poppins/poppins-v24-latin-300.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../assets/fonts/poppins/poppins-v24-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../assets/fonts/poppins/poppins-v24-latin-800.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../assets/fonts/poppins/poppins-v24-latin-900.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

