/* Self-hosted fonts (replaces Google Fonts CDN — see Privacy Policy / GDPR compliance notes)
============================================= */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/roboto-300.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/roboto-400.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/roboto-400-italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/roboto-700.ttf') format('truetype');
}

@font-face {
	font-family: 'Istok Web';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/istokweb-400.ttf') format('truetype');
}

@font-face {
	font-family: 'Istok Web';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/istokweb-700.ttf') format('truetype');
}
