/* Relevance OS - typography. Century Gothic across the app.
   Readable twin with the full reasoning: custom.css (same folder).
   Not a blanket `*` rule on purpose: the icon fonts set font-family on the
   element itself, and a global override would turn every glyph into a letter.
   Century Gothic is a Windows/Office font, so the fallbacks carry Mac and
   Linux - a Mac shows Futura. */
:root,html[data-theme],html[data-theme-colors]{--rx-font-century:"Century Gothic",CenturyGothic,"URW Gothic",Futura,"Avant Garde","Trebuchet MS",sans-serif;--vz-font-family-primary:var(--rx-font-century);--vz-font-family-secondary:var(--rx-font-century);--vz-font-sans-serif:var(--rx-font-century);--vz-body-font-family:var(--rx-font-century)}
button,input,optgroup,select,textarea,.btn,.form-control,.form-select{font-family:var(--rx-font-century)}
.flatpickr-calendar,.flatpickr-current-month input.cur-year,.flatpickr-monthDropdown-months,.choices,.choices__input,.choices__list,.noUi-tooltip,.swal2-container,.dataTables_wrapper{font-family:var(--rx-font-century)}
svg text,svg tspan{font-family:var(--rx-font-century)}
