:root {
  --link-color:                 #d93d4e;
  --accent-color:               #d93d4e;
  --accent-color-rgb:           217, 61, 78;
  --accent-color-darker:        #be2536;
  --accent-color-darker-rgb:    190, 37, 54;
  --title-color:                #d93d4e;
  --sidebar-bg:                 #111f2c;
  --sidebar-bg-rgb:             17, 31, 44;
  --body-bg:                    #10121a;
  --body-bg-rgb:                16, 18, 26;
  --body-bg-lighter:            #1a1d2a;
  --body-bg-darker:             #06070a;
  --body-bg-darkest:            black;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darker:          #e6e6e6;
  --body-color-darkest:         #b8b8b8;
  --page-title-color:           #d93d4e;
  --menu-item-color:            #67839f;
  --menu-item-selected-color:   #ffffff;
  --menu-item-hover-color:      #d93d4e;
  --special-text-color:         #67839f;
  --special-text-color-rgb:     103, 131, 159;
  --header-color:               #69a2d8;
  --form-border:                rgba(103, 131, 159, 0.6);
  --footer-bg:                  #10121a;
  --lib-perfect-scrollbar-bg:   #333953;
  --component-notify-bg:        #23283a;
  --lightness-body-5:           #1a1d2a;
  --lightness-body-10:          #23283a;
  --slider-pause:               7000ms;
  --font-family-primary:        'Montserrat', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Poppins', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 400;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 23px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 15px; } }
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 14px; } }
