/* Variable font — declares the full weight axis (100–900) in a single rule.
   Previously only font-weight: 400 was declared, so browsers could not match
   bolder weights (500, 600, 700, 800) from the web font and fell back to
   sans-serif or a locally installed copy of the typeface. */
@font-face {
  font-family: 'Source Sans 3';
  src: url('Source_Sans_3/SourceSans3-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

/* @font-face {
  font-family: 'Source Sans 3', sans-serif;
} */
