<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Helvetica Neue", "Proxima Nova";
    background-color: white;
    font-weight: lighter;
    color: black;
    text-align: justify;
    margin: 0;
    /*width: 800px;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Proxima Nova";
    font-weight: bold;
    text-transform: uppercase;
}

.Select-control {
    background-color: #FFD15F !important;
    color: #FFD15F !important;
}

.Select-value-label {
    background-color: #FFb14F !important;
    color: black !important;
    padding: 3px;
}

.Select-arrow {
    --accent: black !important;
    border-top-color: black !important;
}
</pre></body></html>