
element.style {
}
*, :after, :before {
    box-sizing: inherit;
}
user agent stylesheet
:not(svg) {
    transform-origin: 0px 0px;
}
.c-logo svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: var(--highlight-color);
    transition: fill .5s cubic-bezier(.37,0,.24,1);
}
a, a:focus, a:hover {
    color: #fff;
}
a {
    text-de-coration: none;
    transition: color .5s cubic-bezier(.37,0,.24,1);
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
[data-theme=black] {
    --background-color: #15191c;
    --body-color: #787b7c;
    --highlight-color: #fff;
    --border-color: #373b3c;
}
body {
    font-size: 17px;
    line-height: 21.6px;
}
body, html {
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-print-color-adjust: exact;
    outline-color: transparent;
    outline-style: none;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    background-color: #15191c;
    color: #fff;
    transition: background-color .3s cubic-bezier(.37,0,.24,1);
}
:root {
    --background-color: #15191c;
    --body-color: #787b7c;
    --highlight-color: #fff;
    --border-color: #373b3c;
}

html {
    color: #787b7c;
    font-size: 1.0625rem;
    font-family: Helvetica Now Display,helvetica,arial,sans-serif;
    line-height: 21.6px;
}
html {
    box-sizing: border-box;
    min-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, :after, :before {
    box-sizing: inherit;
}
*, :after, :before {
    box-sizing: inherit;
}
::selection {
    background-color: #fff;
    color: #15191c;
    text-shadow: none;
}