<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-color--accent {
    color: hsl(5, 91%, 64%) !important;
}

a.text-color--accent:hover {
    color: hsl(5, 91%, 69%) !important;
}

button.text-color--accent:hover {
    color: hsl(5, 91%, 69%) !important;
}

.text-color--secondary {
    color: hsl(0, 0%, 100%) !important;
}

a.text-color--secondary {
    color: hsl(0, 0%, 100%) !important;
}

button.text-color--secondary {
    color: hsl(0, 0%, 100%) !important;
}

.background-color--accent {
    background-color: hsl(5, 91%, 64%) !important;
}

a.background-color--accent:hover {
    background-color: hsl(5, 91%, 69%) !important;
}

button.background-color--accent:hover {
    background-color: hsl(5, 91%, 69%) !important;
}

.background-color--secondary {
    background-color: hsl(0, 0%, 100%) !important;
}

a.background-color--secondary:hover {
    background-color: hsl(0, 0%, 100%) !important;
}

button.background-color--secondary:hover {
    background-color: hsl(0, 0%, 100%) !important;
}

.border-color--accent {
    border-color: hsl(5, 91%, 64%) !important;
}

.border-bottom-color--accent {
    border-bottom-color: hsl(5, 91%, 64%) !important;
}

.border-left-color--accent {
    border-left-color: hsl(5, 91%, 64%) !important;
}

.border-right-color--accent {
    border-right-color: hsl(5, 91%, 64%) !important;
}

.border-top-color--accent {
    border-top-color: hsl(5, 91%, 64%) !important;
}

.border-color--secondary {
    border-color: hsl(0, 0%, 100%) !important;
}


.border-bottom-color--secondary {
    border-bottom-color: hsl(0, 0%, 100%) !important;
}

.border-left-color--secondary {
    border-left-color: hsl(0, 0%, 100%) !important;
}

.border-right-color--secondary {
    border-right-color: hsl(0, 0%, 100%) !important;
}

.border-top-color--secondary {
    border-top-color: hsl(0, 0%, 100%) !important;
}</pre></body></html>