@font-face {
	font-display: swap;
	font-family: Everett;
	font-style: normal;
	font-weight: 300;
	src: local('Everett Light'), local('Everett-Light'),
		url('Everett-Light-web.woff2') format('woff2'),
		url('Everett-Light-web.woff') format('woff');
}

@font-face {
	font-display: swap;
	font-family: Everett;
	font-style: normal;
	font-weight: 400;
	src: local('Everett Regular'), local('Everett-Regular'),
		url('Everett-Regular-web.woff2') format('woff2'),
		url('Everett-Regular-web.woff') format('woff');
}

@font-face {
	font-display: swap;
	font-family: Everett;
	font-style: normal;
	font-weight: 500;
	src: local('Everett Medium'), local('Everett-Medium'),
		url('Everett-Medium-web.woff2') format('woff2'),
		url('Everett-Medium-web.woff') format('woff');
}

@font-face {
	/* this type is used for the hero, we’d prefer to not see a jump between typefaces if we can */
	font-display: block;
	font-family: Everett;
	font-style: normal;
	font-weight: 700;
	src: local('Everett Bold'), local('Everett-Bold'),
		url('Everett-Bold-web.woff2') format('woff2'),
		url('Everett-Bold-web.woff') format('woff');
}