Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
    /* Covers most text */  
    .center {
    	margin:auto
    }
    
    body {
	  background-color: #fdf6e4;
	}

.mwe-math-mathml-a11y {
    clip: auto !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}
.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
    display: none !important;
}

math {
    font-family: "Latin Modern Math";
}

    html {
		font-family: "EB Garamond", "Latin Modern Math", Garamond, serif;
    }

    .mw-body, .mw-heading h1, .mw-heading h2, .mw-heading h3 { 
        font-family: "EB Garamond", "Latin Modern Math", Garamond, serif;
        font-size:100%;
		} 
    
    blockquote { 
        font-family: "EB Garamond", "Latin Modern Math", Garamond, serif;
    }
    /* Covers some headers */  
    .firstHeading, h1, h2, h3, h4, h5, h6 { 
        font-family: "EB Garamond", Garamond, serif;}