/*
 Font: Motiva Sans
 Loaded directly from Steam's own CDN so the preview uses the exact
 typeface Steam Community renders guides with. Foundry: Niramekko.
 See: https://community.fastly.steamstatic.com/public/shared/css/motiva_sans.css
*/

@font-face {
	font-family: 'Motiva Sans';
	src: url('https://community.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf?v=4.015') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Motiva Sans';
	src: url('https://community.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf?v=4.015') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Motiva Sans';
	src: url('https://community.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf?v=4.015') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Motiva Sans';
	src: url('https://community.fastly.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf?v=4.015') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Motiva Sans';
	src: url('https://community.fastly.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf?v=4.015') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Motiva Sans';
	src: url('https://community.fastly.steamstatic.com/public/shared/fonts/MotivaSans-BoldItalic.ttf?v=4.015') format('truetype');
	font-weight: bold;
	font-style: italic;
}
