@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

* {
    font-family: "Inter", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Space Grotesk", sans-serif;
}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
}
div.container-fluid {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:80%; /* IE6: treaded as min-height*/

	min-height:80%; /* real browsers */
}
div.footer {
	bottom:0; /* stick to bottom */
}
div.footer p {
    padding: 1em 1em 0.5em 1em;
    margin:0;
}
