/*
 Theme Name:   LokTools Child
 Theme URI:    https://loktools.fr
 Description:  Thème enfant Astra pour LokTools — location d'outils
 Author:       LokTools
 Author URI:   https://loktools.fr
 Template:     astra
 Version:      1.0.0
 Text Domain:  loktools
 Tags:         loktools, rental, tools, child-theme
*/

/* ─── Import Google Fonts : Montserrat ─────────────── */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* ─── Import du design system LokTools ────────────── */
@import url('assets/css/rental.css');

/* ─── Surcharge Astra minimale ─────────────────────── */
/* Suppression des marges Astra qui conflictent */
.ast-container,
.ast-grid-right-sidebar .ast-content-layout-wrap {
  max-width: var(--max-w);
  padding-inline: 1.5rem;
}

/* Force la police Montserrat globalement */
body,
.ast-header-html-inner,
.main-header-menu {
  font-family: var(--lok-font) !important;
}

/* Masque le header Astra par défaut — remplacé par lok-header */
#masthead.site-header {
  display: none !important;
}

/* Masque le footer Astra par défaut — remplacé par lok-footer */
#colophon.site-footer {
  display: none !important;
}
