:root {
  --accent-color:                 #9cb6cc;
  --accent-color-rgb:             156, 182, 204;
  --accent-color-darker:          #7a9dbb;
  --accent-color-darker-rgb:      122, 157, 187;
  --accent-color-darkest-rgb:     89, 132, 169;
  --link-color:                   #196abe;
  --link-color-darker:            #135191;
  --border-color:                 #c9c9c9;
  --subtitle-color:               #1787fb;
  --body-bg:                      #575757;
  --body-bg-rgb:                  87, 87, 87;
  --body-bg-lighter:              #646464;
  --body-bg-darker:               #4a4a4a;
  --body-bg-darkest:              #3e3e3e;
  --body-color:                   #f1e8e1;
  --body-color-rgb:               241, 232, 225;
  --body-color-darkest:           #d1b39b;
  --about-card-bg:                #3f3f3f;
  --footer-color:                 #4a4a4a;
  --footer-bg:                    #575757;
  --caption-bg:                   #cdcdcd;
  --lib-perfect-scrollbar-bg:     #858585;
  --component-notify-bg:          #717171;
  --lightness-body-5:             #646464;
  --lightness-body-10:            #717171;
  --font-family-primary:          'Montserrat', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Montserrat', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 400;
  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; } }
