/*
 * EXELARIS shared typography
 * Keeps public sales and administrative screens aligned with the main site.
 */
:root {
  --exelaris-font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --exelaris-font-display: "Space Grotesk", "Manrope", system-ui, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
table {
  font-family: var(--exelaris-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--exelaris-font-display) !important;
  letter-spacing: -0.025em;
}

button,
.btn,
.badge,
th,
label,
.label {
  letter-spacing: -0.01em;
}
