: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:                    #12141a;
  --body-bg-rgb:                18, 20, 26;
  --body-bg-lighter:            #1c2029;
  --body-bg-darker:             #08080b;
  --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:            #67839f;
  --menu-item-selected-color:   #ffffff;
  --menu-item-hover-color:      #80a1c3;
  --special-text-color:         #67839f;
  --special-text-color-rgb:     103, 131, 159;
  --header-color:               #69a2d8;
  --form-border:                rgba(103, 131, 159, 0.6);
  --footer-bg:                  #12141a;
  --lib-perfect-scrollbar-bg:   #383e50;
  --component-notify-bg:        #272b38;
  --lightness-body-5:           #1c2029;
  --lightness-body-10:          #272b38;
  --slider-pause:               5000ms;
  --font-family-primary:        'Montserrat', 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: 14px; } }
