:root {
  --accent-color:                 #e7e5d7;
  --accent-color-rgb:             231, 229, 215;
  --accent-color-darker:          #d4d0b7;
  --accent-color-darker-rgb:      212, 208, 183;
  --accent-color-darkest-rgb:     193, 188, 151;
  --link-color:                   #d1ca9d;
  --link-color-darker:            #c1b77a;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #d1ca9d;
  --body-bg:                      #050505;
  --body-bg-rgb:                  5, 5, 5;
  --body-bg-lighter:              #121212;
  --body-bg-darker:               black;
  --body-bg-darkest:              black;
  --body-color:                   #ebebeb;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #171717;
  --footer-color:                 #d8d6c3;
  --footer-bg:                    #050505;
  --caption-bg:                   #171717;
  --lib-perfect-scrollbar-bg:     #333333;
  --component-notify-bg:          #1f1f1f;
  --lightness-body-5:             #121212;
  --lightness-body-10:            #1f1f1f;
  --font-family-primary:          'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Unica One', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 3px; }
  @media (min-width: 70em) {
    body {
      font-size: 12px; } }
.site-title a {
  font-weight: 600;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 40px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 2px; }
  @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: 11px; } }
