/* 
	Schibsted Grotesk is used under the SIL Open Font License 1.1:
	https://github.com/schibsted/schibsted-grotesk/blob/main/OFL.txt

	More information about the font family available at:
	  - https://schibsted.com/about/schibsteds-visual-design/our-typeface, and
	  - https://github.com/schibsted/schibsted-grotesk
 */

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: normal;
	font-weight: 400;
	src: url('SchibstedGrotesk-Regular.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: italic;
	font-weight: 400;
	src: url('SchibstedGrotesk-Italic.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: normal;
	font-weight: 500;
	src: url('SchibstedGrotesk-Medium.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: italic;
	font-weight: 500;
	src: url('SchibstedGrotesk-MediumItalic.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: normal;
	font-weight: 600;
	src: url('SchibstedGrotesk-SemiBold.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: italic;
	font-weight: 600;
	src: url('SchibstedGrotesk-SemiBoldItalic.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: normal;
	font-weight: 700;
	src: url('SchibstedGrotesk-Bold.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: italic;
	font-weight: 700;
	src: url('SchibstedGrotesk-BoldItalic.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: normal;
	font-weight: 800;
	src: url('SchibstedGrotesk-ExtraBold.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: italic;
	font-weight: 800;
	src: url('SchibstedGrotesk-ExtraBoldItalic.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: normal;
	font-weight: 900;
	src: url('SchibstedGrotesk-Black.woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: italic;
	font-weight: 900;
	src: url('SchibstedGrotesk-BlackItalic.woff2');
}

/*
	Roslindale Display Condensed is used under the DJR Educational Licence.

	More information about the font family at https://djr.com/roslindale.
 */

@font-face {
	src: url('RoslindaleVariable-VF[DisplayCondensed]-Edu.woff2') format('woff2'),
		url('RoslindaleVariable-VF[DisplayCondensed]-Edu.woff') format('woff');
	font-family: 'Roslindale Variable';
	font-weight: 200 700;
}
