:root {
  --link-color:                 #60bed0;
  --accent-color:               #60bed0;
  --accent-color-rgb:           96, 190, 208;
  --accent-color-darker:        #3aadc3;
  --accent-color-darker-rgb:    58, 173, 195;
  --title-color:                #cfdbea;
  --sidebar-bg:                 #132231;
  --sidebar-bg-rgb:             19, 34, 49;
  --body-bg:                    #10151b;
  --body-bg-rgb:                16, 21, 27;
  --body-bg-lighter:            #19212b;
  --body-bg-darker:             #07090b;
  --body-bg-darkest:            black;
  --body-color:                 #cfdbea;
  --body-color-rgb:             207, 219, 234;
  --body-color-darker:          #acc0da;
  --body-color-darkest:         #6c90bf;
  --page-title-color:           #cfdbea;
  --menu-item-color:            #85969f;
  --menu-item-selected-color:   #cfdbea;
  --menu-item-hover-color:      #394d60;
  --special-text-color:         #85969f;
  --special-text-color-rgb:     133, 150, 159;
  --header-color:               #cfdbea;
  --form-border:                rgba(133, 150, 159, 0.6);
  --footer-bg:                  #10151b;
  --lib-perfect-scrollbar-bg:   #324255;
  --component-notify-bg:        #232e3b;
  --lightness-body-5:           #19212b;
  --lightness-body-10:          #232e3b;
  --slider-pause:               5000ms;
  --font-family-primary:        'Questrial', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Ovo', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 400;
  letter-spacing: 0px; }
  @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; } }
