<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">figure.example {
    margin: 1.125rem 0;
}

figure.example figcaption {
    text-align: center;
}

.label {
/*     color: white; */
/*     font-family: 'Milo'; */
/*     font-size: 50%; */
    font-weight: normal;
/*     margin-left: 0.25em; */
/*     vertical-align: super; */
}

code {
    font-weight: normal;
}

.label-brand {
    background-color: #c8102e;
}

.label-accessibility {
    background-color: #00866C;
}

.label-usability {
    background-color: #960C22;
}

.label-seo {
    background-color: #B97800;
}

.label-performance {
    background-color: #005950;
}

.swatch-list {
    list-style: none;
    margin: 1.125rem 0;
    padding: 0;
}

.swatch-list &gt; li {
    clear: both;
}
 .swatch-list figure {
}

.swatch-color {
    float: left;
    height: 4.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    width: 4.5rem;
}

.swatch-details {
    font-family: 'Milo';
    font-size: 1rem;
    line-height: 1.35;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pass, .fail {
    text-align: center;
}

.pass {
    color: #00866C;
}

.fail {
    color: #960C22;
}

.example-fonts {
    list-style: none;
    margin: 1.25rem 0;
    padding-left: 0;
}

.example-font-leaguegothic span {
    font-size: 2.25rem;
    line-height: 1;
}

.example-font-milo span {
    font-size: 1.5rem;
    line-height: 1.5;
}

.example-font-crimson span {
    font-size: 1.25rem;
    line-height: 1.5;
}

.heading {
    padding-top: 9px;
}

.heading-link {
    font-size: 1.125rem;
    margin-left: -1.5em;
    opacity: 0;
    padding-right: .5em;
    transition: opacity .2s ease, filter .2s ease, -webkit-filter .2s ease;
    vertical-align: baseline;
    width: 1.625rem;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.heading:hover .heading-link {
    opacity: .25;
}

.heading-link:hover,
.heading:hover .heading-link:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

body.review .review-boilerplate {
    background-color: #fff9d9;
    border: none;
    border-radius: .5em;
    color: black;
    font-family: monospace;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0.5em 0 -0.5em;
    outline: none !important;
    padding: 0.5em 0.75em;
    width: 100%;
}</pre></body></html>