@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./source-sans-3-400.ttf") format('truetype');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./source-sans-3-700-italic.ttf") format('truetype');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./source-sans-3-400-1.ttf") format('truetype');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./source-sans-3-700-italic-1.ttf") format('truetype');
}


:root {
  --font-family-source-sans-3: 'Source Sans 3', sans-serif;
}

body {
  font-family: var(--font-family-source-sans-3);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-source-sans-3);
  font-weight: 700;
}

strong, b {
  font-weight: 700;
}