:root {
  --accent-color:                 #25aee5;
  --accent-color-rgb:             37, 174, 229;
  --accent-color-darker:          #1790c0;
  --accent-color-darker-rgb:      23, 144, 192;
  --accent-color-darkest-rgb:     17, 110, 147;
  --link-color:                   #25aee5;
  --link-color-darker:            #1790c0;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #d4e85a;
  --body-bg:                      #303a48;
  --body-bg-rgb:                  48, 58, 72;
  --body-bg-lighter:              #3a4657;
  --body-bg-darker:               #262e39;
  --body-bg-darkest:              #1c2129;
  --body-color:                   #ebebeb;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #000000;
  --footer-color:                 #9b9b9b;
  --footer-bg:                    #303a48;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #55667f;
  --component-notify-bg:          #445367;
  --lightness-body-5:             #3a4657;
  --lightness-body-10:            #445367;
  --font-family-primary:          'Vollkorn', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Ovo', 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: 600;
  letter-spacing: 5px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 42px; } }
.site-title .site-subtitle {
  font-weight: 400;
  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; } }
