.ubuntu-light {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-style: normal;
}

.ubuntu-regular {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.ubuntu-medium {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-style: normal;
}

.ubuntu-bold {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.ubuntu-light-italic {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-style: italic;
}

.ubuntu-regular-italic {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-style: italic;
}

.ubuntu-medium-italic {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-style: italic;
}

.ubuntu-bold-italic {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-style: italic;
}

body {
	font-family: 'Ubuntu', sans-serif;
}

/* Container minimum sizing stuff */

.max-width-768 {
	max-width: 768px;
}

.max-width-1152 {
	max-width: 1152px;
}

/* Article content code blocks styling - work with Pygments */
.article-content .highlight pre {
	padding: 1.5rem;
	border-radius: 0.5rem;
	overflow-x: auto;
	margin: 1.5rem 0;
	font-family: 'Courier New', Courier, monospace;
	font-size: 0.9rem;
}

/* Inline code (not in pre blocks) */
.article-content code:not(pre code) {
	background-color: #2b2b2b;
	color: #f8f8f2;
	padding: 0.2rem 0.4rem;
	border-radius: 0.25rem;
	font-family: 'Courier New', Courier, monospace;
	font-size: 0.9em;
}
