/* ============================================================
   Carta Diversitatii — custom overrides (Purity IV / T4)
   Loaded last by T4 (local/css/custom.css), overrides theme.
   ============================================================ */

/* Load Roboto web font (the web font in the original site's stack) */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* Match original site font stack: Helvetica Neue on Apple, Roboto elsewhere */
:root {
  --t4-font-sans-serif: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
  --t4-heading-font-family: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
  --t4-body-font-family: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
  --bs-body-font-family: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
}

body,
input, button, select, textarea,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.article-title, .page-header, .t4-megamenu, a {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
}
