:root {
  --accent-color:                 #dd5a00;
  --accent-color-rgb:             221, 90, 0;
  --accent-color-darker:          #aa4500;
  --accent-color-darker-rgb:      170, 69, 0;
  --accent-color-darkest-rgb:     119, 48, 0;
  --link-color:                   #f62a2a;
  --link-color-darker:            #e30a0a;
  --border-color:                 #B8B8B8;
  --subtitle-color:               #e33c16;
  --body-bg:                      #1a1918;
  --body-bg-rgb:                  26, 25, 24;
  --body-bg-lighter:              #272624;
  --body-bg-darker:               #0d0c0c;
  --body-bg-darkest:              black;
  --body-color:                   #EBEBEB;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #131311;
  --footer-color:                 #D9D9D9;
  --footer-bg:                    #1a1918;
  --caption-bg:                   #1a1918;
  --lib-perfect-scrollbar-bg:     #4a4744;
  --component-notify-bg:          #353330;
  --lightness-body-5:             #272624;
  --lightness-body-10:            #353330;
  --font-family-primary:          'Work Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Yantramanav', 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; } }
