body {
    font-family : 'Lato', sans-serif;
    font-weight : 300;
    font-size : 13.92px;
    -webkit-font-smoothing : subpixel-antialiased;
    overscroll-behavior : none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.fw-bold:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size : 0.940em;
    /* transform: scale(0.94);
    transform-origin: center; */
}

.small, small {
    font-size : 0.870em;
}

.input-group-sm > .input-group-text {
    font-size : 0.870rem;
}

.input-group-sm > .form-control {
    font-size : 0.870rem;
}

.btn-sm {
    font-size : 0.870rem;
}

.input > .form-control {
    font-size : 0.870rem;
}

