:root {
  --link-color:                 #fa625d;
  --accent-color:               #fa625d;
  --accent-color-rgb:           250, 98, 93;
  --accent-color-darker:        #f8322c;
  --accent-color-darker-rgb:    248, 50, 44;
  --title-color:                #fffbf7;
  --sidebar-bg:                 #000000;
  --sidebar-bg-rgb:             0, 0, 0;
  --body-bg:                    #0f0f0f;
  --body-bg-rgb:                15, 15, 15;
  --body-bg-lighter:            #1c1c1c;
  --body-bg-darker:             #020202;
  --body-bg-darkest:            black;
  --body-color:                 #fffbf7;
  --body-color-rgb:             255, 251, 247;
  --body-color-darker:          #ffe2c4;
  --body-color-darkest:         #ffb468;
  --page-title-color:           #fffbf7;
  --menu-item-color:            #fffbf7;
  --menu-item-selected-color:   #fffbf7;
  --menu-item-hover-color:      #fa625d;
  --special-text-color:         #e7e7e7;
  --special-text-color-rgb:     231, 231, 231;
  --header-color:               #ffffff;
  --form-border:                rgba(231, 231, 231, 0.6);
  --footer-bg:                  #0f0f0f;
  --lib-perfect-scrollbar-bg:   #3d3d3d;
  --component-notify-bg:        #292929;
  --lightness-body-5:           #1c1c1c;
  --lightness-body-10:          #292929;
  --slider-pause:               10000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Roboto', Helvetica, Arial, sans-serif; }

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