html {
    font-family: sans-serif; 
    text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
    font-weight: 400;
    font-family: Poppins, Helvetica, "sans-serif";

    /* @include media-breakpoint-down(lg) {
        font-size: $root-font-size-lg !important;
    }

    @include media-breakpoint-down(md) {
        font-size: $root-font-size-md !important;
    } */

    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #e6f5f5 !important;
    display: flex;
    flex-direction: column;
    color: #464E5F !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

h1 {
    font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.hide-overflow {
  overflow: hidden;
}

@media (max-width: 991.98px) {
    html, body {
        font-size: 12px;
    }
}

@media (max-width: 1199.98px) {
    html, body {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: calc(1.325rem + 0.9vw);
    }
}
