:root {
  --accent-color:                 #ff013f;
  --accent-color-rgb:             255, 1, 63;
  --accent-color-darker:          #cd0032;
  --accent-color-darker-rgb:      205, 0, 50;
  --accent-color-darkest-rgb:     154, 0, 38;
  --link-color:                   #ff013f;
  --link-color-darker:            #cd0032;
  --border-color:                 #c9c9c9;
  --subtitle-color:               #ff013f;
  --body-bg:                      #0d0d0d;
  --body-bg-rgb:                  13, 13, 13;
  --body-bg-lighter:              #1a1a1a;
  --body-bg-darker:               black;
  --body-bg-darkest:              black;
  --body-color:                   #9f9d9d;
  --body-color-rgb:               159, 157, 157;
  --body-color-darkest:           #6c6a6a;
  --about-card-bg:                #f3f3f3;
  --footer-color:                 #660000;
  --footer-bg:                    #0d0d0d;
  --caption-bg:                   #f3f3f3;
  --lib-perfect-scrollbar-bg:     #3b3b3b;
  --component-notify-bg:          #272727;
  --lightness-body-5:             #1a1a1a;
  --lightness-body-10:            #272727;
  --font-family-primary:          'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Vollkorn', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 12px; } }
.site-title a {
  font-weight: 400;
  letter-spacing: 10px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 24px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 12px; } }
.site-footer-copy, .site-footer .btt {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 10px; } }
