@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
        url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('fonts/AcuminPro-Bold.woff2') format('woff2'),
        url('fonts/AcuminPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html{
	font-family: "Gilroy", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #333;
}

*.uk-heading-large{
	font-family: 'Acumin Pro';
	color: #39414f;
	font-weight: normal;
	font-size: 3.8rem;
}
*.uk-heading-medium{
	font-family: 'Acumin Pro';
	color: #39414f;
	font-weight: normal;
	font-size: 3rem;
}
*.uk-heading-small{
	font-family: 'Acumin Pro';
	color: #39414f;
	font-weight: normal;
	font-size: 2rem;
}
h1.uk-heading-small{
	color: #15366b;
}
h4{
	font-family: 'Gilroy';
	color: #15366b;
	font-weight: 500;
	text-align: center;
}
h5{
	font-family: 'Gilroy';
	color: #9e9e9e;
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 0;
}
ul ul{
	list-style: disc;
}
li{
	font-size: .9rem;
}
.uk-link{
	color: #15366b;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: .9rem;
}
.uk-link:hover{
	color: #9e9e9e;
}
.uk-button{
	padding: 7px 50px;
	border-radius: 50px;
	text-transform: none;
	font-size: 1.2rem;
	font-weight: 500;
}
.uk-button-primary{
	background: #15366b;
}
.uk-button-primary:hover{
	background: #cae0f5;
	color: #15366b;
}
.uk-background-primary{
	background: #cae0f5;
}
.uk-background-secondary{
	background: #15366b;
}
.uk-background-muted{
	background: #f5e8db;
}
hr{
	margin: 30px 0;
	border-top-color: #f5e8db;
}
.uk-close, .uk-icon{
	color: #cae0f5;
}
.uk-overlay-primary{
	background: #15366b;
}
.uk-modal{
	background: #fff;
}
.uk-modal-dialog{
	background: transparent;
}
footer p{
	color: #15366b;
}


@media screen and (max-width: 959px){
	html{
		font-size: .95rem;
	}
	*.uk-heading-large{
	font-size: 3.5rem;
	}
	*.uk-heading-medium{
		font-size: 2.8rem;
	}
	*.uk-heading-small{
		font-size: 1.9rem;
	}
	.whatsapp-icon a{
		width: 30px;
		padding: 10px;
	}
}
@media screen and (max-width: 639px){
	*.uk-heading-large{
	font-size: 2.9rem;
	}
	*.uk-heading-medium{
		font-size: 2.5rem;
	}
	*.uk-heading-small{
		font-size: 1.9rem;
	}
	.uk-padding{
		padding: 20px;
	}
	.uk-button{
		padding: 5px 30px;
	}
	
}