:root {
  --link-color:                 #607f8e;
  --accent-color:               #607f8e;
  --accent-color-rgb:           96, 127, 142;
  --accent-color-darker:        #4b6470;
  --accent-color-darker-rgb:    75, 100, 112;
  --title-color:                #f2f3ee;
  --sidebar-bg:                 #01060a;
  --sidebar-bg-rgb:             1, 6, 10;
  --body-bg:                    #06121e;
  --body-bg-rgb:                6, 18, 30;
  --body-bg-lighter:            #0a1f33;
  --body-bg-darker:             #020509;
  --body-bg-darkest:            black;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darker:          #e6e6e6;
  --body-color-darkest:         #b8b8b8;
  --page-title-color:           #f2f3ee;
  --menu-item-color:            #f2f3ee;
  --menu-item-selected-color:   #d98932;
  --menu-item-hover-color:      #b83a2d;
  --special-text-color:         #f2f3ee;
  --special-text-color-rgb:     242, 243, 238;
  --header-color:               #607f8e;
  --form-border:                rgba(242, 243, 238, 0.6);
  --footer-bg:                  #06121e;
  --lib-perfect-scrollbar-bg:   #15406b;
  --component-notify-bg:        #0f2c49;
  --lightness-body-5:           #0a1f33;
  --lightness-body-10:          #0f2c49;
  --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: 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; } }
