:root {
  --link-color:                 #eb974e;
  --accent-color:               #eb974e;
  --accent-color-rgb:           235, 151, 78;
  --accent-color-darker:        #e67c20;
  --accent-color-darker-rgb:    230, 124, 32;
  --title-color:                #ffffff;
  --sidebar-bg:                 #413f3a;
  --sidebar-bg-rgb:             65, 63, 58;
  --body-bg:                    #2b2a24;
  --body-bg-rgb:                43, 42, 36;
  --body-bg-lighter:            #393830;
  --body-bg-darker:             #1d1c18;
  --body-bg-darkest:            #0f0f0d;
  --body-color:                 #f3f0ee;
  --body-color-rgb:             243, 240, 238;
  --body-color-darker:          #ded6d0;
  --body-color-darkest:         #b8a69a;
  --page-title-color:           #ffffff;
  --menu-item-color:            #afaca9;
  --menu-item-selected-color:   #eb974e;
  --menu-item-hover-color:      #f3f0ee;
  --special-text-color:         #afaca9;
  --special-text-color-rgb:     175, 172, 169;
  --header-color:               #eb974e;
  --form-border:                rgba(175, 172, 169, 0.6);
  --footer-bg:                  #2b2a24;
  --lib-perfect-scrollbar-bg:   #5d5b4e;
  --component-notify-bg:        #47453b;
  --lightness-body-5:           #393830;
  --lightness-body-10:          #47453b;
  --slider-pause:               3000ms;
  --font-family-primary:        'Raleway', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Ropa Sans', 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: 24px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 12px; } }
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 14px; } }
