/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 21:06:18 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ a/* FORÇA tipografia igual ao Elementor (ex: Inter 20px / 400 / 1.3) */

/* Short Description (caso algum trecho não esteja herdando) */
.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-product-details__short-description * {
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  word-spacing: 1px !important; /* igual seu painel */
  color: #fff !important;    /* troque pra #fff se quiser branco fixo */
}

/* Descrição da variação (é essa que geralmente “não pega”) */
.single-product .woocommerce-variation-description,
.single-product .woocommerce-variation-description p {
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  word-spacing: 1px !important;
  color: #fff !important;    /* troque pra #fff se quiser branco fixo */
  margin: 0 !important;
}



