:root {
  --link-color:                 #252a2e;
  --accent-color:               #252a2e;
  --accent-color-rgb:           37, 42, 46;
  --accent-color-darker:        #0e1012;
  --accent-color-darker-rgb:    14, 16, 18;
  --title-color:                #cccccc;
  --sidebar-bg:                 #252a2e;
  --sidebar-bg-rgb:             37, 42, 46;
  --body-bg:                    #252a2e;
  --body-bg-rgb:                37, 42, 46;
  --body-bg-lighter:            #30373c;
  --body-bg-darker:             #1a1d20;
  --body-bg-darkest:            #0e1012;
  --body-color:                 #cccccc;
  --body-color-rgb:             204, 204, 204;
  --body-color-darker:          #b3b3b3;
  --body-color-darkest:         #858585;
  --page-title-color:           #cccccc;
  --menu-item-color:            #979797;
  --menu-item-selected-color:   #cccccc;
  --menu-item-hover-color:      #ba2f46;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #cccccc;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #252a2e;
  --lib-perfect-scrollbar-bg:   #4e5861;
  --component-notify-bg:        #3c444a;
  --lightness-body-5:           #30373c;
  --lightness-body-10:          #3c444a;
  --slider-pause:               10000ms;
  --font-family-primary:        'Vollkorn', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Ovo', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 14px; } }
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 18px; } }
