:root {
  --link-color:                 #29a8dc;
  --accent-color:               #29a8dc;
  --accent-color-rgb:           41, 168, 220;
  --accent-color-darker:        #1e89b4;
  --accent-color-darker-rgb:    30, 137, 180;
  --title-color:                #f9f9f9;
  --sidebar-bg:                 #141313;
  --sidebar-bg-rgb:             20, 19, 19;
  --body-bg:                    #141313;
  --body-bg-rgb:                20, 19, 19;
  --body-bg-lighter:            #211f1f;
  --body-bg-darker:             #070707;
  --body-bg-darkest:            black;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darker:          #e6e6e6;
  --body-color-darkest:         #b8b8b8;
  --page-title-color:           #f9f9f9;
  --menu-item-color:            #358898;
  --menu-item-selected-color:   #d9d0d0;
  --menu-item-hover-color:      #ff6600;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #ffffff;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #141313;
  --lib-perfect-scrollbar-bg:   #434040;
  --component-notify-bg:        #2e2c2c;
  --lightness-body-5:           #211f1f;
  --lightness-body-10:          #2e2c2c;
  --slider-pause:               10000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Yantramanav', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 300;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 23px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 13px; } }
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 14px; } }
