:root {
  --accent-color:                 #e18800;
  --accent-color-rgb:             225, 136, 0;
  --accent-color-darker:          #ae6900;
  --accent-color-darker-rgb:      174, 105, 0;
  --accent-color-darkest-rgb:     123, 74, 0;
  --link-color:                   #e18800;
  --link-color-darker:            #ae6900;
  --border-color:                 #c9c9c9;
  --subtitle-color:               #e18800;
  --body-bg:                      #fbf8f4;
  --body-bg-rgb:                  251, 248, 244;
  --body-bg-lighter:              white;
  --body-bg-darker:               #f4ece1;
  --body-bg-darkest:              #ede0cf;
  --body-color:                   #4a4a4a;
  --body-color-rgb:               74, 74, 74;
  --body-color-darkest:           #171717;
  --about-card-bg:                #fbf8f4;
  --footer-color:                 #4a4a4a;
  --footer-bg:                    #fbf8f4;
  --caption-bg:                   #fbf8f4;
  --lib-perfect-scrollbar-bg:     #e3cdb1;
  --component-notify-bg:          #f4ece1;
  --lightness-body-5:             #f4ece1;
  --lightness-body-10:            #ede0cf;
  --font-family-primary:          'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Montserrat', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 14px; } }
.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; } }
.site-footer-copy, .site-footer .btt {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 13px; } }
