:root {
  --link-color:                 #fc9842;
  --accent-color:               #fc9842;
  --accent-color-rgb:           252, 152, 66;
  --accent-color-darker:        #fb7d10;
  --accent-color-darker-rgb:    251, 125, 16;
  --title-color:                #fc9842;
  --sidebar-bg:                 #000000;
  --sidebar-bg-rgb:             0, 0, 0;
  --body-bg:                    #1a1a1a;
  --body-bg-rgb:                26, 26, 26;
  --body-bg-lighter:            #272727;
  --body-bg-darker:             #0d0d0d;
  --body-bg-darkest:            #010101;
  --body-color:                 #a9a9a9;
  --body-color-rgb:             169, 169, 169;
  --body-color-darker:          #909090;
  --body-color-darkest:         #626262;
  --page-title-color:           #fc9842;
  --menu-item-color:            #9a9a9a;
  --menu-item-selected-color:   #f7a45b;
  --menu-item-hover-color:      #696969;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #000000;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #1a1a1a;
  --lib-perfect-scrollbar-bg:   #484848;
  --component-notify-bg:        #343434;
  --lightness-body-5:           #272727;
  --lightness-body-10:          #343434;
  --slider-pause:               10000ms;
  --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: 3px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 18px; } }
.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: 16px; } }
