:root {
  --link-color:                 #ffffff;
  --accent-color:               #ffffff;
  --accent-color-rgb:           255, 255, 255;
  --accent-color-darker:        #e6e6e6;
  --accent-color-darker-rgb:    230, 230, 230;
  --title-color:                #ffffff;
  --sidebar-bg:                 #000000;
  --sidebar-bg-rgb:             0, 0, 0;
  --body-bg:                    #000000;
  --body-bg-rgb:                0, 0, 0;
  --body-bg-lighter:            #0d0d0d;
  --body-bg-darker:             black;
  --body-bg-darkest:            black;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darker:          #e6e6e6;
  --body-color-darkest:         #b8b8b8;
  --page-title-color:           #ffffff;
  --menu-item-color:            #f7f2f2;
  --menu-item-selected-color:   #ffffff;
  --menu-item-hover-color:      #44cffd;
  --special-text-color:         #cbcbcb;
  --special-text-color-rgb:     203, 203, 203;
  --header-color:               #cbcbcb;
  --form-border:                rgba(203, 203, 203, 0.6);
  --footer-bg:                  #000000;
  --lib-perfect-scrollbar-bg:   #2e2e2e;
  --component-notify-bg:        #1a1a1a;
  --lightness-body-5:           #0d0d0d;
  --lightness-body-10:          #1a1a1a;
  --slider-pause:               5000ms;
  --font-family-primary:        'Raleway', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Ovo', Helvetica, Arial, sans-serif; }

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