/*
 Theme Name: Darkkeep Theme
 Theme URI: https://darkkeep.com/
 Description: Child theme of Twenty Seventeen that applies IM Fell English SC to the site title only.
 Author: Rev Hellfire
 Template: twentyseventeen
 Version: 1.0.1
*/

/* Only affect the site title (front-end header) */
.site-title,
.site-title a {
  font-family: 'IM Fell English SC', serif !important;
  font-weight: 700;
  letter-spacing: 0.01em; 
}

.wrap {
	max-width: 1400px;
}

.has-sidebar:not(.error404) #primary {
  width: 68%;
}

.has-sidebar #secondary {
	width: 26%;
}

