body,
    .sidebar-nav>ul>li ul li a,
    .post-content a, 
    .post-content b, 
    .post-content figure, 
    .post-content form, 
    .post-content ol, 
    .post-content p, 
    .post-content p strong, 
    .post-content p:first-child, 
    .post-content sub, 
    .post-content sup, 
    .post-content table, 
    .post-content ul,
    .post-meta,
    .post-card-content p,
    .post-full-meta-date {
        font-family: "Metropolis" !important;
    }
    h1 {
        font-weight: 200 !important;
    }
    .post-content h2 {
        font-weight: 200 !important;
    }
    .site-nav {
        border: none;
    }
    .nav li.nav-current a {
        color: #d00000;
        border-color: #d00000;
    }
    .sidebar {
    	background: #fafafa;
        border: none;
    }
    .sidebar-nav>ul>li>a,
    .sidebar-nav>ul>li ul li a {
        color: #222222;
        opacity: 1;
    }
    .sidebar-nav>ul>li ul li.active a {
        color: #d00000;
    }
    .social-link a {
        color: #d00000;
    }
    .post-header  {
        border-color: #dddddd;
    }
    .post-content blockquote {
        border-color: #d00000;
    }
    .published-with {
        color: #a0a0a0;
    }
    .search {
        max-width: 500px;
    }
    .sidebar-nav>ul>li>a {
	text-transform: none !important;
    }
