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

body {
    font-family: 'Roboto', sans-serif;
    text-shadow: none !important;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    color: #343741;
}

.fa, .glyphicon {
    color: #181818;
    font-size: 16px;
}

.form-group {
    margin-bottom: 8px !important;
}

.form-row>.col, .form-row>[class*=col-] {

}

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

p{
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #181818;
}

.h1, h1 {
    font-weight: 500;
    font-size: 35px;
}

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

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

.h4, h4 {
    font-weight: 500;
    font-size: 18px;
}

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

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