:root {
  --accent-color:                 #ce0032;
  --accent-color-rgb:             206, 0, 50;
  --accent-color-darker:          #9b0026;
  --accent-color-darker-rgb:      155, 0, 38;
  --accent-color-darkest-rgb:     104, 0, 25;
  --link-color:                   #ce0032;
  --link-color-darker:            #9b0026;
  --border-color:                 #c9c9c9;
  --subtitle-color:               #ff013f;
  --body-bg:                      #ffffff;
  --body-bg-rgb:                  255, 255, 255;
  --body-bg-lighter:              white;
  --body-bg-darker:               #f2f2f2;
  --body-bg-darkest:              #e6e6e6;
  --body-color:                   #4a4a4a;
  --body-color-rgb:               74, 74, 74;
  --body-color-darkest:           #171717;
  --about-card-bg:                #f3f3f3;
  --footer-color:                 #4a4a4a;
  --footer-bg:                    #ffffff;
  --caption-bg:                   #f3f3f3;
  --lib-perfect-scrollbar-bg:     #d1d1d1;
  --component-notify-bg:          #f2f2f2;
  --lightness-body-5:             #f2f2f2;
  --lightness-body-10:            #e6e6e6;
  --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; } }
