:root {
  --accent-color:                 #ffac7a;
  --accent-color-rgb:             255, 172, 122;
  --accent-color-darker:          #ff8c47;
  --accent-color-darker-rgb:      255, 140, 71;
  --accent-color-darkest-rgb:     255, 108, 20;
  --link-color:                   #36908a;
  --link-color-darker:            #286b66;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #ffac7a;
  --body-bg:                      #221e1e;
  --body-bg-rgb:                  34, 30, 30;
  --body-bg-lighter:              #302a2a;
  --body-bg-darker:               #141212;
  --body-bg-darkest:              #070606;
  --body-color:                   #ebebeb;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #424242;
  --footer-color:                 #d9d9d9;
  --footer-bg:                    #221e1e;
  --caption-bg:                   #424242;
  --lib-perfect-scrollbar-bg:     #534949;
  --component-notify-bg:          #3d3636;
  --lightness-body-5:             #302a2a;
  --lightness-body-10:            #3d3636;
  --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: 1px; }
  @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: 1px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 13px; } }
