:root {
  --event-country-system-sans: ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
table,
th,
td,
label,
summary,
dialog {
  font-family: var(--event-country-system-sans) !important;
  font-synthesis: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
.event-title,
.tour-title,
.ec-title,
.ecx-title {
  font-family: var(--event-country-system-sans) !important;
  text-transform: none;
  font-synthesis: none;
}

.material-icons,
.material-icons-outlined,
.material-symbols-outlined,
.material-symbols-rounded,
.fa,
.fas,
.far,
.fab,
[class^="fa-"],
[class*=" fa-"] {
  font-family: inherit;
}

.material-icons {
  font-family: "Material Icons" !important;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined" !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded" !important;
}
