@charset 'UTF-8';

@font-face {
	font-family: 'Assistant';
	font-weight: 300;
	font-display: swap;
	src: url('/assets/fonts/assistant/assistant-light.woff2') format('woff2'),
	     url('/assets/fonts/assistant/assistant-light.woff') format('woff');
}
@font-face {
	font-family: 'Assistant';
	font-weight: 700;
	font-display: swap;
	src: url('/assets/fonts/assistant/assistant-bold.woff2') format('woff2'),
	     url('/assets/fonts/assistant/assistant-bold.woff') format('woff');
}
@font-face {
	font-family: 'Darker Grotesque';
	font-weight: 300;
	font-display: swap;
	src: url('/assets/fonts/darker-grotesque/darker-grotesque-light.woff2') format('woff2'),
	     url('/assets/fonts/darker-grotesque/darker-grotesque-light.woff') format('woff');
}
@font-face {
	font-family: 'Qwitcher Grypen';
	font-weight: 700;
	font-display: swap;
	src: url('/assets/fonts/qwitcher-grypen/qwitcher-grypen-bold.woff2') format('woff2'),
	     url('/assets/fonts/qwitcher-grypen/qwitcher-grypen-bold.woff') format('woff');
}
@font-face {
	font-family: 'roboto-light';
	font-weight: 300;
	font-display: swap;
	src: url('/assets/fonts/roboto/roboto-light.woff2') format('woff2'),
	     url('/assets/fonts/roboto/roboto-light.woff') format('woff');
}
@font-face {
	font-family: 'roboto-medium';
	font-weight: 500;
	font-display: swap;
	src: url('/assets/fonts/roboto/roboto-medium.woff2') format('woff2'),
	     url('/assets/fonts/roboto/roboto-medium.woff') format('woff');
}
@font-face {
	font-family: 'roboto';
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/roboto/roboto-regular.woff2') format('woff2'),
	     url('/assets/fonts/roboto/roboto-regular.woff') format('woff');
}
@font-face {
	font-family: 'roboto-regular';
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/roboto/roboto-regular.woff2') format('woff2'),
	     url('/assets/fonts/roboto/roboto-regular.woff') format('woff');
}
