.text--danger, *:is(.text--danger) {
    --pico-underline: var(--pico-color-red-500);
    color: var(--pico-color-red-500) !important;
}

.text--warning, *:is(.text--warning) {
    --pico-underline: var(--pico-color-amber-200);
    color: var(--pico-color-amber-200) !important;
}

.text--success {
    color: var(--pico-color-jade-500);
}

.text--center {
    text-align: center;
}

.text--right {
    text-align: right;
}

.text--dirty-notice {
    text-align: center;
    font-weight: bold;
    color: var(--pico-color-zinc-600);
}

.text--mono {
    font-family: var(--pico-font-family-mono);
}

.text--huge {
    font-size: calc(var(--pico-font-size) * 5);
    font-weight: bold;
}
