@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ticteq-font-display: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ticteq-font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
p,
a,
li,
label,
small,
strong,
table,
th,
td {
  font-family: var(--ticteq-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.modal-title {
  font-family: var(--ticteq-font-display) !important;
  letter-spacing: -0.035em;
}

button,
input,
select,
textarea {
  font-size: 16px;
}
