/* Only typography. Layout and visual components are supplied separately. */
body { font-family: var(--yc-font-body, "MiSans Latin", sans-serif); font-size: var(--yc-font-size, 16px); font-weight: var(--yc-font-body-weight, 400); line-height: var(--yc-line-body, 1.6); letter-spacing: var(--yc-tracking-body, 0em); }
h1,h2,h3,h4,h5,h6,.yc-heading,.woocommerce-loop-product__title,.product_title { font-family: var(--yc-font-heading, "MiSans Latin", sans-serif); font-weight: var(--yc-font-heading-weight, 600); line-height: var(--yc-line-heading, 1.2); letter-spacing: var(--yc-tracking-heading, 0em); }
button,input,select,textarea { font-family: inherit; }
@media (max-width: 767px) { body { font-size: var(--yc-font-size-mobile, 16px); } }
