*{
    font-family: "Montserrat", sans-serif;
}
a{
    font-family: "Montserrat", sans-serif;
}
:root{
    --thm-color: #016c31;
}
.lang-selector{
    color: var(--thm-color);
    font-size: 20px !important;
}
.font-monsserrat{
font-family: "Montserrat", sans-serif;
color: var(--thm-color);
font-size: 36px !important;
font-weight: bold !important;
}
.font-great{
font-family: "Great Vibes", cursive;
color: var(--thm-color);
font-size: 36px !important;
font-weight: bold !important;
}
.f-italic{
    font-style: italic !important;
}
.fs-16{
    font-size: 16px !important;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}


.social-buttons a{
    color: var(--thm-color) !important;
}
