/*!
 * Custom Asset: active
 * Priority: 1751
 * Context: frontend
 */

/*
 * WPCode export ID: 1751
 * Original title: Eventin Font Change
 * Original location: site_wide_header
 * Temporary child-theme drop-in file.
 */

/*Eventin fonts*/
:root {
	--yh-eventin-font-family: "Outfit", sans-serif;
}

[class^="etn-"],
[class*=" etn-"],
[class^="eventin-"],
[class*=" eventin-"],
#eventin-checkout,
.etn-purchase-ticket-root,
.etn-single-event-ticket-wrap,
.etn-recurring-widget,
.attendee-ticket-update-form,
.yh-eventin-order-attendees,
.yh-eventin-thankyou-attendees {
	font-family: var(--yh-eventin-font-family) !important;
}

[class^="etn-"] :where(h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, label, table, th, td, div, li),
[class*=" etn-"] :where(h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, badgelabel, table, th, td, div, li),
[class^="eventin-"] :where(h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, label, table, th, td, div, li),
[class*=" eventin-"] :where(h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, label, table, th, td, div, li),
#eventin-checkout :where(h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, label, table, th, td, div, li),
.etn-purchase-ticket-root :where(h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, label, table, th, td, div, li),
.etn-single-event-ticket-wrap :where(h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, label, table, th, td, div, li),
.attendee-ticket-update-form :where(h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, label, table, th, td, div, li) {
	font-family: var(--yh-eventin-font-family) !important;
}

/* React / Ant Design části Eventinu */
#eventin-checkout :where(.ant-typography, .ant-btn, .ant-input, .ant-select, .ant-form, .ant-form-item, .ant-radio-wrapper, .ant-checkbox-wrapper),
.etn-purchase-ticket-root :where(.ant-typography, .ant-btn, .ant-input, .ant-select, .ant-form, .ant-form-item, .ant-radio-wrapper, .ant-checkbox-wrapper),
.ant-select-dropdown,
.ant-picker-dropdown,
.ant-modal,
.ant-popover,
.ant-tooltip,
.ant-message,
.ant-notification {
	font-family: var(--yh-eventin-font-family) !important;
}

/* Nechat Eventin icon font, ať se nerozbijí ikony */
.etn-icon,
.etn-icon::before,
[class^="etn-icon-"]::before,
[class*=" etn-icon-"]::before {
	font-family: "etn-icon" !important;
}
