:root {
  --link-color:                 #5b4062;
  --accent-color:               #5b4062;
  --accent-color-rgb:           91, 64, 98;
  --accent-color-darker:        #3e2c43;
  --accent-color-darker-rgb:    62, 44, 67;
  --title-color:                #b3b3b3;
  --sidebar-bg:                 #262626;
  --sidebar-bg-rgb:             38, 38, 38;
  --body-bg:                    #1b1b1b;
  --body-bg-rgb:                27, 27, 27;
  --body-bg-lighter:            #282828;
  --body-bg-darker:             #0e0e0e;
  --body-bg-darkest:            #020202;
  --body-color:                 #898989;
  --body-color-rgb:             137, 137, 137;
  --body-color-darker:          #707070;
  --body-color-darkest:         #424242;
  --page-title-color:           #b3b3b3;
  --menu-item-color:            #979797;
  --menu-item-selected-color:   #ffffff;
  --menu-item-hover-color:      #997056;
  --special-text-color:         #6a6a6a;
  --special-text-color-rgb:     106, 106, 106;
  --header-color:               #ff0000;
  --form-border:                rgba(106, 106, 106, 0.6);
  --footer-bg:                  #1b1b1b;
  --lib-perfect-scrollbar-bg:   #494949;
  --component-notify-bg:        #353535;
  --lightness-body-5:           #282828;
  --lightness-body-10:          #353535;
  --slider-pause:               5000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Work Sans', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 900;
  letter-spacing: 13px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 25px; } }
.site-title .site-subtitle {
  font-weight: 600;
  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: 19px; } }
