:root {
  --accent-color:                 #fc8888;
  --accent-color-rgb:             252, 136, 136;
  --accent-color-darker:          #fb5656;
  --accent-color-darker-rgb:      251, 86, 86;
  --accent-color-darkest-rgb:     249, 37, 37;
  --link-color:                   #e68389;
  --link-color-darker:            #dd5961;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #de7178;
  --body-bg:                      #111215;
  --body-bg-rgb:                  17, 18, 21;
  --body-bg-lighter:              #1c1e23;
  --body-bg-darker:               #060607;
  --body-bg-darkest:              black;
  --body-color:                   #ebebeb;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #161b24;
  --footer-color:                 #d9d9d9;
  --footer-bg:                    #111215;
  --caption-bg:                   #3f5773;
  --lib-perfect-scrollbar-bg:     #3a3d48;
  --component-notify-bg:          #282a31;
  --lightness-body-5:             #1c1e23;
  --lightness-body-10:            #282a31;
  --font-family-primary:          'Montserrat', 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: 18px; } }
.site-title a {
  font-weight: 400;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 24px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 18px; } }
.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; } }
