
/*--------------------------------------------------------------
/** VARIABLES AN
--------------------------------------------------------------*/
body {
  --bs-body-line-height: 2;
   letter-spacing: 0.03em;
}

 
h1,h2,h3,h4,h5,h6 {
  font-family: var(--heading-font);
  color: var(--bs-dark);
  font-weight: 700;
}
 
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 2.5rem;
}
 /* Top Product Categorie Section */
.responsive-container {
  width: 100%;                 /* mobile default */
  max-width: 100%;             /* mobile default */
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {     /* lg breakpoint: desktop and up */
  .responsive-container {
    max-width: var(--bs-container-lg, 90%); /* or match the size you want */
  }
}
 /* Top Product Categorie Section */
/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/

