/*custom*/
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap");
.navbar-brand,
.display-1,
.display-2,
.display-3,
.display-4,
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6{
	font-family: "Exo", sans-serif;
	letter-spacing: -0.04em;
	font-weight: 700;
}

body{
	font-family: "Exo", sans-serif;
    letter-spacing: normal;
    font-weight: 300;
}

.bold{
	font-family: "Exo", sans-serif;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 700;
}
.nav_text{
	font-family: "Exo", sans-serif;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 500;
}