:root {
  --accent-color:                 #ffcb74;
  --accent-color-rgb:             255, 203, 116;
  --accent-color-darker:          #ffb841;
  --accent-color-darker-rgb:      255, 184, 65;
  --accent-color-darkest-rgb:     255, 165, 14;
  --link-color:                   #ffcb74;
  --link-color-darker:            #ffb841;
  --border-color:                 #2f2f2f;
  --subtitle-color:               #ffcb74;
  --body-bg:                      #111111;
  --body-bg-rgb:                  17, 17, 17;
  --body-bg-lighter:              #1e1e1e;
  --body-bg-darker:               #040404;
  --body-bg-darkest:              black;
  --body-color:                   #f6f6f6;
  --body-color-rgb:               246, 246, 246;
  --body-color-darkest:           #c3c3c3;
  --about-card-bg:                #2f2f2f;
  --footer-color:                 #f6f6f6;
  --footer-bg:                    #111111;
  --caption-bg:                   #2f2f2f;
  --lib-perfect-scrollbar-bg:     #3f3f3f;
  --component-notify-bg:          #2b2b2b;
  --lightness-body-5:             #1e1e1e;
  --lightness-body-10:            #2b2b2b;
  --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; } }
