@import url(https://fonts.cdnfonts.com/css/natural-precision);

:root {
    /* FONT FAMILIES */
    --base-font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    --accent-font-family: 'Natural Precision', sans-serif;
    --header-font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    --serif-font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    --sans-serif-font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--monospace-font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	
    /* FONT CALCS & SETTINGS */
	--base-font-size: calc(14px + 0.090625vw); /* do not change the vw specs, only the px */
    --base-line-height: 1.4;
	
	/* WIDTHS */
	--forum-wrap-max-width: 1500px; 
	
	/* HEIGHTS */
	--banner-index-height: 45vh;
	--banner-index-guest-height: 75vh;
}

