html{
    font-size: 14px;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-shadow: none !important;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    color: #3E3E3E;
    color: #585A5C;
}

a,
.btn-link{
    text-decoration: none !important; 
}

p{
    font-size: 1rem;
}

.h1, h1 {
    font-weight: bold;
}

.h2, h2 {
    font-weight: bold;
}

.h3, h3 {
    font-weight: bold;
}

.h4, h4 {
    font-weight: bold;
}

.h5, h5{
    font-weight: bold;
}

.h6, h6{
    font-weight: bold;
}

.row {
    margin-bottom: 1em;
}