.post {
    margin: 0 1em 1px;
}
.post .post-header {
    border-bottom: 0 LightGrey solid;
}
.post .post-header .post-title .post-pinned svg {
    width: 0;
    height: 0;
}
.post .post-content .read-more {
    text-align: center;
}
.post .post-content a {
    color: #ed622c;
}
.post .post-content .read-more .read-more-link {
    color: #ffffff;
    font-size: 0.9em;
    font-family: 'Roboto', 'Source Sans Pro', "PingFang SC", "Microsoft YaHei", sans-serif;
    background: #ed622c;
    padding: 5px 15px;
}
.post .post-header .post-link:before {
    background: #ed622c;
}
.footer .copyright .hexo-link, .footer .copyright .theme-link {
    color: #ed622c;
}
.footer .copyright .hexo-link, .footer .copyright .theme-link {
    color: #ed622c;
}
.mobile-navbar .mobile-navbar-icon {
    color: #ed622c;
}
.mobile-navbar .mobile-navbar-icon span {
    background-color: #ed622c;
}
body {
    font-family: 'Roboto', 'Source Sans Pro', "PingFang SC", "Microsoft YaHei", sans-serif;
}
.post .post-header .post-title {
    font-family: 'Roboto', 'Source Sans Pro', "PingFang SC", "Microsoft YaHei", sans-serif;
}
.header .site-navbar .menu {
    font-family: 'Roboto', 'Source Sans Pro', "PingFang SC", "Microsoft YaHei", sans-serif;
}
.archive .archive-post .archive-post-title .archive-post-link {
    color: #ed622c;
}
::selection {
    background: #ed622c;
}
.header .menu a:hover {
    color: #ed622c;
}
.archive .archive-post:hover .archive-post-title .archive-post-link {
    color: #ed622c;
}

.logo {
  font-family: 'Ubuntu', sans-serif !important;
  color: #ed622c;
}
h1,h2,h3,h4 {
    font-family: 'Roboto', 'Source Sans Pro', "PingFang SC", "Microsoft YaHei", sans-serif;
}
.tag-cloud {
    font-family: 'Roboto', 'Source Sans Pro', "PingFang SC", "Microsoft YaHei", sans-serif;
}
.archive {
    background-color: rgb(255, 255, 255);
    margin: 0 1em 1em;
    padding: 1em 5em 2em;
}
.tag-cloud .tag-cloud-title {
    display: inline-block;
    font-size: 24px;
    color: #ed622c;
    border-bottom: 2px solid #ed622c;
}
.tag-cloud .tag-cloud-tags a:active, .tag-cloud .tag-cloud-tags a:focus, .tag-cloud .tag-cloud-tags a:hover {
    color: #ed622c;
}
.archive .collection-title .archive-year {
    margin: 35px 0 15px;
    font-size: 45px;
    color: #4b4b4b;
    font-family: 'Rajdhani', sans-serif;
}
.archive .archive-title .archive-name {
    margin: 35px 0 15px;
    font-size: 50px;
    color: rgb(75, 75, 75);
    font-family: 'Rajdhani', sans-serif;
}
.post .post-copyright .copyright-item a {
    color: #ed622c;
}
.post .post-footer .post-nav .next:hover, .post .post-footer .post-nav .prev:hover {
    color: #ed622c;
}