:root {
    --pico-font-size: 100%;
    --pico-line-height: 1.5;
    --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: 100%;
    }
}

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

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

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

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

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