:root {
  --link-color:                 #3895e8;
  --accent-color:               #3895e8;
  --accent-color-rgb:           56, 149, 232;
  --accent-color-darker:        #197cd4;
  --accent-color-darker-rgb:    25, 124, 212;
  --title-color:                #ffffff;
  --sidebar-bg:                 #000000;
  --sidebar-bg-rgb:             0, 0, 0;
  --body-bg:                    #1b1b1b;
  --body-bg-rgb:                27, 27, 27;
  --body-bg-lighter:            #282828;
  --body-bg-darker:             #0e0e0e;
  --body-bg-darkest:            #020202;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darker:          #e6e6e6;
  --body-color-darkest:         #b8b8b8;
  --page-title-color:           #ffffff;
  --menu-item-color:            #979797;
  --menu-item-selected-color:   #ffffff;
  --menu-item-hover-color:      #3895e8;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #ffffff;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #1b1b1b;
  --lib-perfect-scrollbar-bg:   #494949;
  --component-notify-bg:        #353535;
  --lightness-body-5:           #282828;
  --lightness-body-10:          #353535;
  --slider-pause:               5000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Inter', 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: 40px; } }
.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; } }
