@import './sc-player/theme.css';
@import './bootstrap-override.css';
@import './slideshow.css';
@import './tei.css';

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'cf_asty_stdregular';
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	font-smoothing: antialiased;
	color: #222;
	background: #f0f0f0;
	background: #222;
}

a,
button,
input[type="checkbox"] {
	outline: none !important;
}

ol, ul {
	margin-bottom: 0;
}

.inline,
.inline > * {
	display: inline !important;
}

[hidden],
.hidden {
	display: none !important;
}

.container {
	background: #f9fafb;
}

