/**
 * Tipografia da loja: só Open Sans.
 * Regular texto; SemiBold botão; Bold/ExtraBold título e preço.
 */

html {
  --wd-text-font: "Open Sans", Arial, sans-serif !important;
  --wd-title-font: "Open Sans", Arial, sans-serif !important;
  --af-font: "Open Sans", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, sans-serif !important;
}

.woocommerce-Price-amount,
.amount,
.price,
.afpdp-price,
.afpdp-related-price,
#af-cx-root .afck-total,
#af-cx-root .afck-sum {
  font-variant-numeric: tabular-nums lining-nums;
}
