
.geoserverapp {
    --font-size: var(--root-font-size); /* Reset: use REM */
}

.geoserverapp__header.h2 {
    --color-text: var(--root-heading-2-color);
    --font-family: var(--root-heading-2-family);
    --font-size: var(--root-heading-2-size);
    --font-style: var(--root-heading-2-style);
    --font-weight: var(--root-heading-2-weight);
    --line-height: var(--root-heading-2-line-height);
}

.geoserverapp__header.h3 {
    --color-text: var(--root-heading-3-color);
    --font-family: var(--root-heading-3-family);
    --font-size: var(--root-heading-3-size);
    --font-style: var(--root-heading-3-style);
    --font-weight: var(--root-heading-3-weight);
    --line-height: var(--root-heading-3-line-height);
}

.geoserverapp__header.h4 {
    --color-text: var(--root-heading-4-color);
    --font-family: var(--root-heading-4-family);
    --font-size: var(--root-heading-4-size);
    --font-style: var(--root-heading-4-style);
    --font-weight: var(--root-heading-4-weight);
    --line-height: var(--root-heading-4-line-height);
}

.geoserverapp__iframe {
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: 1rem;
    border-width: 0.063rem;
    border-style: solid;
}

.geoserverapp__extra-info-links,
.geoserverapp__layer-downloads {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.geoserverapp {
    font-size: var(--font-size, 1rem);
}
