﻿* {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

html {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1.4 !important;
    letter-spacing: -0.1px !important;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
}

h1, .h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 13px;
}

h6, .h6 {
    font-size: 12px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #4736de;
}

a:hover, a:active {
    text-decoration: underline;
}