:root {
  --link-color:                 #f29d00;
  --accent-color:               #f29d00;
  --accent-color-rgb:           242, 157, 0;
  --accent-color-darker:        #bf7c00;
  --accent-color-darker-rgb:    191, 124, 0;
  --title-color:                #ffffff;
  --sidebar-bg:                 #242323;
  --sidebar-bg-rgb:             36, 35, 35;
  --body-bg:                    #111111;
  --body-bg-rgb:                17, 17, 17;
  --body-bg-lighter:            #1e1e1e;
  --body-bg-darker:             #040404;
  --body-bg-darkest:            black;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darker:          #e6e6e6;
  --body-color-darkest:         #b8b8b8;
  --page-title-color:           #ffffff;
  --menu-item-color:            #4e5973;
  --menu-item-selected-color:   #f29d00;
  --menu-item-hover-color:      #f29d00;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #ffffff;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #111111;
  --lib-perfect-scrollbar-bg:   #3f3f3f;
  --component-notify-bg:        #2b2b2b;
  --lightness-body-5:           #1e1e1e;
  --lightness-body-10:          #2b2b2b;
  --slider-pause:               5000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Unica One', 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: 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: 11px; } }
