/*
Theme Name: Hello Elementor Child (NutWager)
Theme URI: https://nutwager.com/
Description: Custom NoSignups dark editorial child theme for NutWager.com
Author: NutWager
Template: hello-elementor
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;700;900&display=swap');

/* Global Reset */
html, body {
  background-color: #000000 !important;
  color: #E2E8F0 !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 🚫 SUPPRESS ANY OLD WPCODE DUPLICATE MARKUP */
.nw-top-ticker,
.nw-site-header + .nw-site-header,
body > .ns-exact-footer,
body > header:not(.nw-site-header):not(.ns-article-hero):not(.ns-cat-archive-hero),
body > footer:not(.nw-site-footer) {
  display: none !important;
}