:root {
  --link-color:                 #67839f;
  --accent-color:               #67839f;
  --accent-color-rgb:           103, 131, 159;
  --accent-color-darker:        #526a81;
  --accent-color-darker-rgb:    82, 106, 129;
  --title-color:                #ffffff;
  --sidebar-bg:                 #111f2c;
  --sidebar-bg-rgb:             17, 31, 44;
  --body-bg:                    #292a2c;
  --body-bg-rgb:                41, 42, 44;
  --body-bg-lighter:            #353739;
  --body-bg-darker:             #1d1d1f;
  --body-bg-darkest:            #101112;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darker:          #e6e6e6;
  --body-color-darkest:         #b8b8b8;
  --page-title-color:           #ffffff;
  --menu-item-color:            #d5e3f5;
  --menu-item-selected-color:   #48a8f0;
  --menu-item-hover-color:      #69a2d8;
  --special-text-color:         #dfeaf5;
  --special-text-color-rgb:     223, 234, 245;
  --header-color:               #69a2d8;
  --form-border:                rgba(223, 234, 245, 0.6);
  --footer-bg:                  #292a2c;
  --lib-perfect-scrollbar-bg:   #55575c;
  --component-notify-bg:        #424346;
  --lightness-body-5:           #353739;
  --lightness-body-10:          #424346;
  --slider-pause:               5000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Rubik', Helvetica, Arial, sans-serif; }

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