@import url('https://fonts.googleapis.com/css?family=Devonshire');

:root {
	--theme-color1: 180;
	--theme-color: hsl(var(--theme-color1), 100%, 30%);
	--theme-color-light: hsl(var(--theme-color1), 100%, 40%);
	--theme-color-dark: hsl(calc(var(--theme-color1) - 15), 100%, 20%);
}

#title {
	font-family: 'Devonshire', cursive;
	color: #0066ff;
	text-transform: none;
	font-style: italic;
}

.sidebar li a[target=_blank]::after {
	content: ' \F03CC'; /* open-in-new */
	font-family: 'Material Design Icons';
}
