
html, body {
    width: 100%;
    min-height: 100dvh;
    min-height: 100vh;
}

html {
    text-size-adjust: 100%;
    font-size: 62.5%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    font-family: var(--body-font);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-text-color);
    background-color: var(--body-bg-color);
    text-rendering: optimizeSpeed;
    interpolate-size: allow-keywords;
}

.page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

html #wpadminbar {
    position: fixed !important;
    z-index: 9999;
}