@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@600;700&display=swap');
h2.source-h {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
}

h3.source-h {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
}
