/*
 * cDesigner UI typography.
 *
 * The legacy bundled Gotham files are Latin-1 subsets: they do not contain
 * Czech glyphs such as U+0158 and U+0160. Do not apply this rule to the customer
 * design canvas, where the configured print font must remain authoritative.
 * It is deliberately limited to the editor chrome and form
 * controls.
 */
:root {
  --cdesigner-ui-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

#wrap-phone-pop p,
#wrap-phone-pop a,
#wrap-phone-pop span,
#wrap-phone-pop samp,
#wrap-phone-pop div,
#wrap-phone-pop h2,
#wrap-phone-pop h3,
#wrap-phone-pop h4,
#wrap-phone-pop button,
#wrap-phone-pop input,
#wrap-phone-pop select,
#wrap-phone-pop option,
#wrap-phone-pop textarea,
#wrap-phone-pop label,
#wrap-phone-pop .cp-btn-save,
#wrap-phone-pop .cp-btn-save-prec,
#wrap-phone-pop .cp-btn-help span,
#wrap-phone-pop .prix-q,
#wrap-phone-pop .prix-q *,
#wrap-phone-pop .txt-load,
#wrap-phone-pop .list-combination-data .product-variants-item .control-label,
#wrap-phone-pop .alertify-buttons {
  font-family: var(--cdesigner-ui-font) !important;
}
