@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

html {
	height: 100%;
}

body {
	background: #F1F6FA no-repeat center center;
	background-size: contain;
	font-family: 'Inter', sans-serif;
	height: 100%;
	color: #001742;
}

header .container {
	background: #FFF;
	border-radius: 20px;
	border: solid 1px #e3eaf5;
}

h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.2rem;
}
h3 {
	font-size: 1.05rem;
}
h4 {
	font-size: 1rem;
}
h5 {
	font-size: 1rem;
}


@media (max-width: 575px) {
	header .container {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		box-shadow: #014eda1a 0 6px 16px;
	}
	
}
