/* DM Sans from Google Fonts (variable weights 100–1000) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000&display=swap');

/* Base typography – same stack and tuning you liked */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Neue Haas Grotesk", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-weight: 400; /* lighter for body / non-title text */
}

/* Titles a bit heavier */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
