body {
    font-family: Montserrat,sans-serif;
    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
    background: #e5e5e5;
    color: var(--incrivel-bgColor);
    scroll-behavior: smooth;
    height: auto!important;
    line-height: 1.2;
    font-size: 16px
}