/*
 * Roboto — trimmed staff portal subset.
 *
 * Only the three weights we actually use (Regular 400, Medium 500, Bold 700)
 * in .woff format. Source had .eot/.ttf/italics/thin/light/black variants;
 * those were dropped during the imsimarket-style fork (task #81 phase A3).
 * If italic or other weights are needed later, copy the corresponding files
 * from www.imsimarket.com/mvno/static/fonts/ and add @font-face below.
 */

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

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

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