:root {
    --pico-font-family: system-ui, "Segoe UI", Roboto, Ubuntu, sans-serif;
    --pico-background-color: #4D36B6;
    --pico-primary: #A6EC0B;
    --pico-primary-background: #A6EC0B;
    --pico-primary-inverse: #4400ad;
    --pico-primary-hover-background: #79c0ff;
    --pico-muted-color: #ADA2DD;
    --pico-mark-background-color: #4400ad;
    --pico-h1-color: #FFFFFF;
    --pico-h2-color: #c2bbff;
    --pico-h3-color: #c2bbff;
    --pico-h4-color: #c2bbff;
    --pico-h5-color: #c2bbff;
    --pico-color: #ADA2DD;
    --pico-table-row-stripped-background-color: #4400ad;
    --pico-primary-underline: rgb(87 128 0);
    --pico-font-weight: 300;
    --pico-font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6 {
    --pico-font-family: system-ui, "Segoe UI", Roboto, Ubuntu, sans-serif;
    font-weight: 600;
}

article {
    background-color: #3d2b91;
}

.wrap {
    margin: auto;
    max-width: 900px;
    padding: 15px;
}

.login-widget {
    padding-bottom: 15px;
}

/* Botão OIDC Telegram: fundo branco legível no roxo do site */
button.tg-auth-button,
.tg-auth-button {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    box-shadow: none !important;
}
button.tg-auth-button:hover,
.tg-auth-button:hover {
    background: #f3f3f3 !important;
    background-color: #f3f3f3 !important;
}

sup {
    font-size: 16px;
}
