/*
 * Zoolitz approved typography restoration.
 * Preserve the original Fredoka rendering and component-specific weights.
 */
:root {
  --zlz-font-family: "Fredoka", "Arial Rounded MT Bold", Arial, sans-serif;
}

html,
body {
  font-family: var(--zlz-font-family);
  font-optical-sizing: auto;
  font-synthesis: none;
}

body,
button,
input,
select,
textarea,
.woocommerce,
.woocommerce-page,
.wc-block-components-form,
.wc-block-components-button,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  font-family: var(--zlz-font-family) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.zlz-btn,
button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: var(--zlz-font-family) !important;
}

/* Preserve the original Zoolitz hierarchy rather than flattening all elements
 * under one forced weight. */
body { font-weight: 400; }
button,
.zlz-btn,
.wc-block-components-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { font-weight: 600; }
h1,h2,h3,h4,h5,h6 { font-weight: 700; }
