/* Source Sans 3 Font Family */

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Source_Sans_3/static/SourceSans3-ExtraLight.ttf')
    format('truetype');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Source_Sans_3/static/SourceSans3-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Source_Sans_3/static/SourceSans3-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Source_Sans_3/static/SourceSans3-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Source_Sans_3/static/SourceSans3-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Source_Sans_3/static/SourceSans3-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Source_Sans_3/static/SourceSans3-ExtraBold.ttf')
    format('truetype');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Source_Sans_3/static/SourceSans3-Black.ttf') format('truetype');
}
