@font-face {
	font-family: "sofia-sans";
	src: url("/fonts/sofia-sans/sofia-sans-variablefont_wght.ttf") format("truetype");
}
@font-face {
	font-family: "sofia-sans-italic";
	src: url("/fonts/sofia-sans/sofia-sans-italic-variablefont_wght.ttf") format("truetype");
	font-style: "italic"
}

* {
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	height:100%;
	overflow-y: scroll;
	font-family: 'sofia-sans', sans-serif;
	color: #b1b2b3;
	background-color: white;
}

#wrapper {
	position: relative;
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
}

a {
	color: #b1b2b3;
	text-decoration: none;
}

a.abg {
	color: white;
}

a:hover, a:active {
	color: #919293;
}

a.abg:hover, a.abg:active {
	color: #6feeeb;
}

p {
	padding-top: 1em;
}

h3 {
	padding-top: 0.4em;
	padding-bottom: 0.2em;
}

h4 {
	padding-top: 0.3em;
	padding-bottom: 0.1em;
}
