
[data-theme=light],
:root:not([data-theme=dark]),
:host:not([data-theme=dark]) {
    --pico-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.06);
    --pico-font-family-sans-serif: "Roboto", sans-serif;
    --pico-font-weight: 400;
    --pico-font-size: 85%;
    --pico-border-radius: 1.25rem;
    --pico-block-spacing-vertical: calc(var(--pico-spacing) * 1.75);
    --pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.75);

    --wrapper-border-color: #cccccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    --pico-font-weight: 400;
    --pico-line-height: 1.3;
}

a {
    text-decoration: none;
}

a.secondary, a.contrast {
    --pico-text-decoration: none;
}
