 
/*Custom CSS for editor from the customizer*/
/*
 * font-family: 'Lato', sans-serif;
 * font-family: 'Montserrat', sans-serif;
*/
.logo, .s-name {
    font: 300 3em/1.2em 'DM Mono', monospace!important;
}
.logo span, .s-name span {
		font-family: 'Montserrat', sans-serif;
    margin-left: -.7em;
    font-size: .85em;
}
.s-name {
    font-size: 1.5em!important;
    margin: -1em 0 0 0;
}
body, h3 {
		font-family: 'Lato', sans-serif;
}
.editor-post-title, h1, h2 {
		font-family: 'Montserrat', sans-serif;
}
h3 {
		font-weight:bold;
}
.entrytext {
		font-size:1.5vw;
		line-height:1.2em;
}
sup {
		font-size: .5em;
    opacity: .6;
    position: relative;
    top: -0.35em;
}
@media screen and (max-width: 800px) {
		.entrytext {
				font-size: 3.75vw;
    		line-height: 1.5em;
		}
}
@media screen and (max-width: 425px) {
		h1, h2 {
				font-size:8vw!important;
		}
		h3 {
				font-size:6vw!important;
		}
		h4 {
    		font-size: 4vw;
		}
		.entrytext ol, .entrytext ul {
			font-size:3.5vw!important;
			line-height:1.2em;
		}
}