@import url("https://fonts.cdnfonts.com/css/avenir");

.navbar-brand,
.display-1,
.display-2,
.display-3,
.display-4,
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6{
    font-family: "Avenir", sans-serif;
    letter-spacing: -0.04em;
    font-weight: 700;
}

body{
    font-family: "Avenir", sans-serif;
    letter-spacing: normal;
    font-weight: 400;
}

.bold{
    font-family: "Avenir", sans-serif;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 700;
}
.nav_text{
    font-family: "Avenir", sans-serif;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 500;
}