/* Self-hosted fonts for custom field preview (see fonts/LICENSE.txt). */

@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/aileron-regular.woff') format('woff');
}

@font-face {
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/allura-regular.woff2') format('woff2');
}

.cpf-custom-field-value {
  font-size: inherit;
  line-height: inherit;
}

.cpf-font-aileron {
  font-family: "Aileron", sans-serif;
}

.cpf-font-allura {
  font-family: "Allura", sans-serif;
}

.cpf-cart-item-meta .cpf-custom-field-value,
.custom-meta .cpf-custom-field-value,
.woocommerce-table--order-details .cpf-custom-field-value {
  display: inline;
}
