:root {
  --font-primary: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-secondary: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
  --mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
}

@media (prefers-color-scheme: light) {
    :root {
       	--text: #151515;
    	--background: #fbfbfb;
    }
  
	.site-header .description {
		color: #757575;
  	}
}

body {
font-family: var(--font-primary);
}

h1 {
font-family: var(--font-secondary);
}

footer {
text-align: left;
}

.site-header h1 {
	font-size: 1.5em;
}

header h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.site-header .profile_photo {
	width: 50px;
    height: 50px;
}
