/**
 * Basis Grotesque Pro – theme font.
 * Expects woff2 files at ../fonts/ (assets/fonts/).
 *
 * @package ITSolutions_Native
 * @since 0.1.0
 */

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

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

body {
	font-family: 'basisGrotesque', sans-serif;
}
