/* === POLICES BIG WAMBSS === */

/* Work Sans - Police principale (moderne, professionnelle, lisible) */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Oswald - Police pour les titres (impact, industrielle, métier) */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* JetBrains Mono - Police monospace (technique, codes produits) */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Application des polices */
body {
  font-family: var(--font-family-primary);
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.heading,
.title,
.font-heading {
  font-family: var(--font-family-heading);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.font-mono,
code,
pre,
.product-code,
.reference {
  font-family: var(--font-family-mono);
  font-weight: 400;
}

/* Styles spécifiques pour Big Wambss */
.wambss-logo,
.brand-text {
  font-family: var(--font-family-heading);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-title {
  font-family: var(--font-family-heading);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.service-title {
  font-family: var(--font-family-heading);
  font-weight: 600;
  text-transform: capitalize;
}