
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Inter:wght@400;500;600&display=swap');

body {
  background: #0d0d0d !important;
}

.site-header, header {
  background: #0d0d0d !important;
  border-bottom: 1px solid #1a1a1a !important;
}

.site-nav a, .header__nav a {
  color: #e0e0e0 !important;
}

footer, .site-footer {
  background: #0d0d0d !important;
  border-top: 1px solid #1a1a1a !important;
  color: #444 !important;
}
