/*
 * Privacy-safe deterministic typography fallback.
 *
 * Remote font loading is intentionally disabled. These overrides also avoid
 * changing layout based on whether a visitor happens to have Inter or Manrope
 * installed locally. Replace this file only when source-owned self-hosted font
 * assets and their real weight coverage are added.
 */

:root {
    --td-font-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    --td-font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
.tradiency-cookie-banner,
.tradiency-cookie-modal {
    font-family: var(--td-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--td-font-heading);
}
