:root {
  --link-color:                 #5594a1;
  --accent-color:               #5594a1;
  --accent-color-rgb:           85, 148, 161;
  --accent-color-darker:        #437580;
  --accent-color-darker-rgb:    67, 117, 128;
  --title-color:                #b0b0b0;
  --sidebar-bg:                 #181818;
  --sidebar-bg-rgb:             24, 24, 24;
  --body-bg:                    #05090a;
  --body-bg-rgb:                5, 9, 10;
  --body-bg-lighter:            #0e181b;
  --body-bg-darker:             black;
  --body-bg-darkest:            black;
  --body-color:                 #b0b0b0;
  --body-color-rgb:             176, 176, 176;
  --body-color-darker:          #979797;
  --body-color-darkest:         dimgray;
  --page-title-color:           #b0b0b0;
  --menu-item-color:            #b0b0b0;
  --menu-item-selected-color:   #38bdda;
  --menu-item-hover-color:      #5594a1;
  --special-text-color:         #5594a1;
  --special-text-color-rgb:     85, 148, 161;
  --header-color:               #38bdda;
  --form-border:                rgba(85, 148, 161, 0.6);
  --footer-bg:                  #05090a;
  --lib-perfect-scrollbar-bg:   #244047;
  --component-notify-bg:        #16282c;
  --lightness-body-5:           #0e181b;
  --lightness-body-10:          #16282c;
  --slider-pause:               7000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Source Sans Pro', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 900;
  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: 14px; } }
