/* ================================================
   GamingSafe - Global Overrides  v1.0.1
   ================================================ */

/* HIDE ASTRA HEADER - all known selectors */
#masthead,
header#masthead,
.site-header,
.ast-site-header-wrap,
#ast-fixed-header,
.ast-above-header-wrap,
.ast-below-header-wrap,
.main-header-bar-wrap,
.ast-primary-header-bar {
  display: none !important;
}

/* HIDE ASTRA FOOTER - all known selectors */
#colophon,
footer#colophon,
#colophon.site-footer,
.site-footer,
footer.site-footer,
.ast-site-footer-wrap,
.ast-footer-copyright,
.ast-small-footer,
.ast-small-footer-wrap,
.ast-small-footer-section,
.footer-widget-area,
.ast-footer-overlay {
  display: none !important;
}

/* BASE */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'DM Sans', sans-serif;
  background-color: #0d1220;
  color: #c8d4e8;
  margin: 0;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Prevent Astra sticky header padding */
body { padding-top: 0 !important; }
.ast-header-break-point .ast-primary-sticky-header { position: relative !important; }

/* LINKS */
a { color: #5a9aff; }
a:hover { color: #82b4ff; }

/* CONTENT AREA */
.site-content, #primary, main, .ast-container { background: #0d1220; }

/* SCROLLBAR */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #0a0f1e; }
::-webkit-scrollbar-thumb { background: #1e2d4a; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #2a3f66; }

/* FOCUS */
:focus-visible { outline: 2px solid #1a6cff; outline-offset: 2px; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Syne', sans-serif;
  color: #e2e8f4;
}
