
.montserrat-<uniquifier> {
                 font-family: "Montserrat", sans-serif;
                 font-optical-sizing: auto;
                 font-weight: <weight>;
                 font-style: normal;
             }
.poiret-one-regular {
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: "Montserrat", sans-serif;
}
header, footer {
    font-family: "Montserrat", sans-serif;
}
header a, footer a {
    color: black;
}
a.nav-link {
    color: #000000;
}
.rouded {
    border-radius: 15px;
}
.aqua {
    background: rgba(13, 204, 182, 0.16);
}
.aqua_text {
    color: #0dccb6;
}

.mt-5 {
    margin-top: 5rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
ul.navbar-nav {
    font-size: 12px;
    text-transform: uppercase;

}
ul.nav.top-menu {
    font-size: 11px;

}
.btn.btn-warning {
    background: #0dccb6;
    border: #0dccb6;
}
.btn.btn-warning:hover {
    background: #1a9f90;
    border: #0dccb6;
}
.text-warning {
    color: #ed5fcf !important;
}