<link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script>@font-face {
    font-family: DankMono;
    src: url("/font/DankMono-Italic.otf");
    font-style: italic;
}

@font-face {
    font-family: DankMono;
    src: url("/font/DankMono-Regular.otf");
    font-style: normal;
}

@font-face {
    font-family: Twemoji;
    src: local("Twemoji Mozilla"), url("/font/Twemoji.Mozilla.ttf");
}

@font-face {
    font-family: AritaHeiti;
    src: url("/font/AritaHeiti-Medium.otf");
    font-weight: normal;
}

@font-face {
    font-family: AritaHeiti;
    src: url("/font/AritaHeiti-Light.otf");
    font-weight: lighter;
}

@font-face {
    font-family: AritaHeiti;
    src: url("/font/AritaHeiti-Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: Roboto;
    unicode-range: U+0030-007F;
    src: local("Roboto"), url("https://static.ourfor.top/fonts/Roboto-Regular.woff2");
    font-weight: 400;
}

@font-face {
    font-family: nexusserif;
    src: url(https://sdfestaticassets-eu-west-1.sciencedirectassets.com/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: nexusserif;
    src: url(https://sdfestaticassets-eu-west-1.sciencedirectassets.com/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-Bold.woff) format("woff");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: nexusserif;
    src: url(https://sdfestaticassets-eu-west-1.sciencedirectassets.com/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-Italic.woff) format("woff");
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: nexusserif;
    src: url(https://sdfestaticassets-eu-west-1.sciencedirectassets.com/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: nexussans;
    src: url(/font/NexusSansWebPro-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: nexussans;
    src: url(/font/NexusSansWebPro-Bold.woff) format("woff");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: nexussans;
    src: url(/font/NexusSansWebPro-Italic.woff) format("woff");
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: nexussans;
    src: url(/font/NexusSansWebPro-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


*:not(i) {
    font-family: NexusSans, DankMono, AritaHeiti, "NotoSansCJKSC", sans-serif, Twemoji !important;
}

pre, pre *, code, code * {
    font-family: DankMono, AritaHeiti, "NotoSansCJKSC", sans-serif, Twemoji !important;
}


#footer > div:last-child {
    @media screen and (max-width: 430px){
        flex-direction: column;
    }
}

.copyright {
    width: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 20px; 
    background-color: transparent;
}

.copyright > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 6px; 
  font-style: italic;
  font-family: DankMono, TWEmoji !important;
}

.copyright > span:first-child {
  background: #030307;
  color: #fadfa3; 
}

.copyright > span:last-child {
  background: #be0ceb;
  color: white; 
}

.copyright > span > a {
    background: #be0ceb;
    color: white !important;
    text-decoration: none !important;
  }

.post-copyright {
    margin: 2em 0 0;
    padding: .5em 1em;
    border-left: 3px solid #ff1700;
    background-color: #f9f9f9;
    list-style: none;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.71);
    font-size: 1em !important;
    padding-left: 1em !important;
    margin-left: 0 !important;
}

.post-copyright>li{
    list-style: none;
}

.post-copyright-author,.post-copyright-link,.post-copyright-license {
    line-height: 2;
    list-style: none !important;
}

.post-copyright-link > a,.post-copyright-license > a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-color: transparent;
    text-decoration: none;
    outline: 0;
    color: #222;
    border-bottom-color: #222;
    cursor: pointer;
}

.post-copyright-link > a {
    font-style: italic;
}
