:root {
    --pico-font-size: 87.5%;
    --pico-line-height: 1.25;
    --pico-form-element-spacing-vertical: 0.5rem;
    --pico-form-element-spacing-horizontal: 1.0rem;
    --pico-border-radius: 0.375rem;
}

@media (min-width: 576px) {
    :root {
        --pico-font-size: 87.5%;
    }
}

@media (min-width: 768px) {
    :root {
        --pico-font-size: 87.5%;
    }
}

@media (min-width: 1024px) {
    :root {
        --pico-font-size: 87.5%;
    }
}

@media (min-width: 1280px) {
    :root {
        --pico-font-size: 87.5%;
    }
}

@media (min-width: 1536px) {
    :root {
        --pico-font-size: 87.5%;
    }
}

h1, h2, h3, h4, h5, h6 {
    --pico-font-weight: 600;
}

article {
    border: 1px solid var(--pico-muted-border-color);
    border-radius: calc(var(--pico-border-radius) * 2);
}

article>footer {
    border-radius: calc(var(--pico-border-radius) * 2);
}

.outofrange {
    color: darkred;
}

@media (prefers-color-scheme: dark) {
    .outofrange {
        color: #FFCCCB;
    }
}

.posmeta {
	font-size: 1.25rem;
}

.coords {
	font-size: 1.5rem;
}
