:root {
  --link-color:                 #171717;
  --accent-color:               #171717;
  --accent-color-rgb:           23, 23, 23;
  --accent-color-darker:        black;
  --accent-color-darker-rgb:    0, 0, 0;
  --title-color:                #c8c8c8;
  --sidebar-bg:                 #171717;
  --sidebar-bg-rgb:             23, 23, 23;
  --body-bg:                    #171717;
  --body-bg-rgb:                23, 23, 23;
  --body-bg-lighter:            #242424;
  --body-bg-darker:             #0a0a0a;
  --body-bg-darkest:            black;
  --body-color:                 #c8c8c8;
  --body-color-rgb:             200, 200, 200;
  --body-color-darker:          #afafaf;
  --body-color-darkest:         #818181;
  --page-title-color:           #c8c8c8;
  --menu-item-color:            #74acdf;
  --menu-item-selected-color:   #c8c8c8;
  --menu-item-hover-color:      #c8c8c8;
  --special-text-color:         #74acdf;
  --special-text-color-rgb:     116, 172, 223;
  --header-color:               #c8c8c8;
  --form-border:                rgba(116, 172, 223, 0.6);
  --footer-bg:                  #171717;
  --lib-perfect-scrollbar-bg:   #454545;
  --component-notify-bg:        #313131;
  --lightness-body-5:           #242424;
  --lightness-body-10:          #313131;
  --slider-pause:               5000ms;
  --font-family-primary:        'Rubik', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Rubik', 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: 16px; } }
