@font-face {
    /* font-family: 'GlowSans'; */
    src: url("../fonts/GlowSans/GlowSansTC-Compressed-Thin.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal; }

@font-face {
    /* font-family: 'GlowSans'; */
    src: url("../fonts/GlowSans/GlowSansTC-Compressed-Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212; }

body {
    font-family: GlowSans, sans-serif;
    font-size: 120%;
}

.card {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.code-toolbar > .toolbar {
    height : 3.5rem;
    padding: 0 2.2rem;
}

@media (min-width: 1200px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 102px 400px 30px 400px;
    }
}

body {
    height: 100%;
}

.listview__heading {
    font-size: 110%;
    color: rgba(218, 165, 32);
}

.clock {
    min-width: 107px
}

.tags > a {
    color: rgba(218, 165, 32);
    border: 2px solid rgba(218, 165, 32, .08);
}

.tags>a:hover {
    border-color: rgba(218, 165, 32, .5);
}

.listview__item:hover .listview__heading {
    color: rgba(235, 192, 85);
}

.logo > a, .footer {
    color: rgba(218, 165, 32);
}