
/* --------------------------------------------------------
	Raleway (https://github.com/impallari/Raleway/)
-------------------------------------------------------- */
@font-face {
	font-family: 'Raleway-WF';
	src: url('https://www.plaudit.com/assets/theme/fonts/raleway/light.woff2') format('woff2'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/light.woff') format('woff'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/light.ttf') format('truetype');
	font-weight : 300;
	font-style: normal;
	font-display: fallback;
}
/* TODO Remove light?
@font-face {
	font-family: 'Raleway-WF';
	src: url('https://www.plaudit.com/assets/theme/fonts/raleway/light-italic.woff2') format('woff2'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/light-italic.woff') format('woff'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/light-italic.ttf') format('truetype');
	font-weight : 300;
	font-style: italic;
}
*/
@font-face {
	font-family: 'Raleway-WF';
	src: url('https://www.plaudit.com/assets/theme/fonts/raleway/regular.woff2') format('woff2'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/regular.woff') format('woff'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/regular.ttf') format('truetype');
	font-weight : 400; /* normal */
	font-style: normal;
	font-display: fallback;
}
@font-face {
	font-family: 'Raleway-WF';
	src: url('https://www.plaudit.com/assets/theme/fonts/raleway/regular-italic.woff2') format('woff2'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/regular-italic.woff') format('woff'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/regular-italic.ttf') format('truetype');
	font-weight : 400; /* normal */
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Raleway-WF';
	src: url('https://www.plaudit.com/assets/theme/fonts/raleway/semibold.woff2') format('woff2'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/semibold.woff') format('woff'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/semibold.ttf') format('truetype');
	font-weight: 600; /* semibold */
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Raleway-WF';
	src: url('https://www.plaudit.com/assets/theme/fonts/raleway/semibold-italic.woff2') format('woff2'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/semibold-italic.woff') format('woff'),
		 url('https://www.plaudit.com/assets/theme/fonts/raleway/semibold-italic.ttf') format('truetype');
	font-weight: 600; /* semibold */
	font-style: italic;
	font-display: fallback;
}






/* --------------------------------------------------------
	Styles
-------------------------------------------------------- */
#title-text {
	font-size: 65px;
	font-family: serif;
	padding-bottom: 10px;
	color: #000;
}
#title-text a {
	color: inherit;
}
#main-header:not(.doctheme-no-override) #title-text {
	clear: left;
	padding-top: 20px;
}

.wiki-content {
	font-size: 15px;
	line-height: 1.5;
}
.wiki-content li {
	margin: 2px 0;
}

.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
.wiki-content h5,
.wiki-content h6 {
	font-family: Raleway-WF,Arial,Helvetica Neue,Helvetica,sans-serif;
	margin: 15px 0 10px;
}

.wiki-content h1 {
	color: #d20000;
	font-size: 40px;
	margin-top: 25px;
}

.wiki-content h2 {
	color: #000;
	font-size: 26px;
	font-weight: bold;
}

.wiki-content h3,
.wiki-content h4 {
	margin: 10px 0 5px;
}

.wiki-content h3 {
	color: #484848;
	font-size: 20px;
	font-weight: bold;
}
.wiki-content h4 {
	color: #808080;
	font-size: 17px;
	font-weight: bold;
}

.wiki-content h1 + h2,
.wiki-content h2 + h3,
.wiki-content h3 + h4,
.wiki-content h4 + h5,
.wiki-content h5 + h6 {
	margin-top: 0;
}


