.reset * {
    all: revert;
}
.pause-spinner {
    animation-play-state: paused;
}
.bg-primary {
    background-color: var(--primary);
}
.text-primary {
    color: var(--primary);
}
.bg-secondary {
    background-color: var(--secondary);
}
.text-secondary {
    color: var(--secondary);
}
.bg-tertiary {
    background-color: var(--tertiary);
}
.text-tertiary {
    color: var(--tertiary);
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page li,
.page ol,
.page ul {
    all: revert;
}
.page.ql-editor {
    white-space: unset;
}
.groot-theme div.in-app-page #blogs .bg-gray-100 {
    background: #fff;
}
.adsbygoogle {
    min-width: 250px;
}
.groot-theme .adz-three .adsbygoogle,
.groot-theme .adz-two .adsbygoogle,
.nebula-theme .adz-three .adsbygoogle,
.nebula-theme .adz-two .adsbygoogle {
    min-width: 200px;
}
html :not(h1, h2, h3, h4, h5, h6) {
    font-family: var(--body-font);
}
html h1,
html h1 > *,
html h2,
html h2 > *,
html h3,
html h3 > *,
html h4,
html h4 > *,
html h5,
html h5 > *,
html h6,
html h6 > * {
    font-family: var(--head-font) !important;
}
.has-tooltip .tooltip {
    background: #000;
    border-radius: 0.5em;
    color: #fff;
    font-size: 0.75em;
    opacity: 0;
    padding: 5px 10px;
    position: absolute;
    transform: translateY(30px);
    transition: all 0.3s;
    visibility: hidden;
}
.has-tooltip .tooltip:after {
    border: 5px solid transparent;
    border-top-color: #000;
    bottom: 100%;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    transform: rotate(180deg);
}
.has-tooltip:hover .tooltip {
    opacity: 1;
    transform: translateY(50px);
    visibility: visible;
}
.has-tooltip.relative .tooltip {
    top: -2em;
}
@media only screen and (min-width: 400px) and (max-width: 1024px) {
    html {
        font-size: 14px;
    }
}
@media only screen and (max-width: 400px) {
    html {
        font-size: 12px;
    }
}
