/*Custom css*/

@font-face {
  font-family: 'Dacia Block';
  src: url('../fonts/DaciaBlock-Regular.woff2') format('woff2'),
       url('../fonts/DaciaBlock-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Dacia Block';
  src: url('../fonts/DaciaBlock-Bold.woff2') format('woff2'),
       url('../fonts/DaciaBlock-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Dacia Block';
  src: url('../fonts/DaciaBlock-Light.woff2') format('woff2'),
       url('../fonts/DaciaBlock-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

#customer-form .field-lpsproaccount_siret ul li:last-child {
    display: none;
}

.product-desc .title {
  font-family: 'Dacia Block' !important;
  font-size: 20px;
}

.product-desc .text {
  font-size: 14px;
  line-height: 1.5;
}

.product-desc .specs {
  font-weight: bold;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor * {
  font-family: 'Dacia Block' !important;
}

.product-description,
.product-description * {
  font-family: 'Dacia Block', sans-serif !important;
}