/*
Theme Name: Conzap SenasteCasino
Template: Conzap
Description: Child theme for senastecasino.se — Swedish casino affiliate
Version: 1.0
*/

/* Override Conzap's max-width and margin constraints */
body > header, body > article, body > footer {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure our site-footer gets its own spacing */
.site-footer {
  margin-top: 0 !important;
  padding-top: var(--space-xl) !important;
}

/* Kill Conzap's base font — we use Inter */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 17px;
  line-height: 1.7;
  color: #2c3e50;
  background-color: #f5f7fa;
}

/* Hide Conzap's nav — we use our own in header.php */
body > header > nav > .menu-primary-container {
  display: none;
}
