:root {
  --accent-color:                 #374288;
  --accent-color-rgb:             55, 66, 136;
  --accent-color-darker:          #283064;
  --accent-color-darker-rgb:      40, 48, 100;
  --accent-color-darkest-rgb:     26, 31, 63;
  --link-color:                   #374288;
  --link-color-darker:            #283064;
  --border-color:                 #f4f6f4;
  --subtitle-color:               #374288;
  --body-bg:                      #f6f6f4;
  --body-bg-rgb:                  246, 246, 244;
  --body-bg-lighter:              white;
  --body-bg-darker:               #ebebe6;
  --body-bg-darkest:              #dfdfd8;
  --body-color:                   #242428;
  --body-color-rgb:               36, 36, 40;
  --body-color-darkest:           black;
  --about-card-bg:                #f4f6f4;
  --footer-color:                 #4a4a4a;
  --footer-bg:                    #f6f6f4;
  --caption-bg:                   #f4f6f4;
  --lib-perfect-scrollbar-bg:     #cdcdc2;
  --component-notify-bg:          #ebebe6;
  --lightness-body-5:             #ebebe6;
  --lightness-body-10:            #dfdfd8;
  --font-family-primary:          'Roboto Mono', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Sansita', 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: 600;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 22px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @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; } }
