@font-face {
    font-family: 'leckerliOne';
    src: url('../fonts/LeckerliOne/LeckerliOne-Regular.ttf');
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}


body {
    background-color: #fdfdfd;
    color: rgb(8, 8, 31);
    font-size: .95em;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1.0em;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
    letter-spacing: -.05em;
}

h2 {
    margin-top: 1em;
}

a {
	color: #04578b;
	font-weight: 300 ;
	text-decoration: none ;
	border-bottom: none; 
	line-height: 1.07em;
}

a:hover, p a:hover, span a:hover {
	text-decoration: underline;
}

body > .container{
    margin-top: 7em;
    margin-bottom: 4em;
}

.justified {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


/* Small devices (landscape phones, less than 768px) */
/* @media screen and (max-width: 767.98px) { */
/* } */

@media screen and (max-width: 991.98px) {
	.hi-all {
		font-size: 1.8em;
        margin-left: 0px;
	}

    .under-hi {
		margin-left: 0px;
	}
}