
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
html, body {
    font-size: calc(1rem) !important;
}

* {
    font-size: inherit;
}

/* In custom.css */
/* html {
    font-size: 18px;
}

body {
    font-size: 1rem;
}

* {
    font-size: inherit;
} */


.btn,
.nav-link,
.card-title,
h1, h2, h3, h4, h5, h6,
p,
table,
td, th,
label,
input,
textarea,
select {
    font-size: calc(1rem) !important;
}


/* .btn,
.nav-link,
.card-title,
h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p,
table,
td, th,
label,
input,
textarea,
select,
.nav-link,
.btn {
    font-size: 1rem;
} */


@media (min-width: 768px) {
    html {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 19px;
    }
}

body {
    font-size: 1rem;
}

* {
    font-size: inherit;
}
