@charset "utf-8";
/* Webfonts: Copyright © Letters From Sweden. All rights reserved. To obtain a license, please see: https://lettersfromsweden.se */

/* LIGHT */
@font-face {
	font-family: 'Trim';
	src:url('Trim-Light.woff2') format('woff2'),
		url('Trim-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Trim';
	src:url('Trim-LightItalic.woff2') format('woff2'),
		url('Trim-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

/* REGULAR */
@font-face {
	font-family: 'Trim';
	src:url('Trim-Regular.woff2') format('woff2'),
		url('Trim-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Trim';
	src:url('Trim-Italic.woff2') format('woff2'),
		url('Trim-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

/* BOLD */
@font-face {
	font-family: 'Trim';
	src:url('Trim-Bold.woff2') format('woff2'),
		url('Trim-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Trim';
	src:url('Trim-BoldItalic.woff2') format('woff2'),
		url('Trim-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

/* HEAVY */
@font-face {
	font-family: 'Trim';
	src:url('Trim-ExtraBold.woff2') format('woff2'),
		url('Trim-ExtraBold.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}