
@font-face {
	font-family: 'instrument-sans';
	font-weight: normal;
	font-style: normal;
			src: url('../res/typo/instrument-sans/InstrumentSans-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'instrument-sans';
	font-weight: bold;
	font-style: normal;
			src: url('../res/typo/instrument-sans/InstrumentSans-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'instrument-sans';
	font-weight: normal;
	font-style: italic;
			src: url('../res/typo/instrument-sans/InstrumentSans-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'instrument-sans';
	font-weight: bold;
	font-style: italic;
			src: url('../res/typo/instrument-sans/InstrumentSans-SemiBoldItalic.woff2') format('woff2');
}

html, td, th, input, button, select, textarea {
	font-size: 0.9rem;
	font-feature-settings: 'liga', 'dlig' off, 'pnum', 'onum', 'kern', 'ss01';
	-webkit-font-feature-settings: 'liga', 'dlig' off, 'pnum', 'onum', 'kern', 'ss01';
	-moz-font-feature-settings: 'liga', 'dlig' off, 'pnum', 'onum', 'kern', 'ss01';
	-moz-font-feature-settings: 'liga=1,dlig=0,pnum=1,onum=1,kern=1,ss01=1';
}

