/* ==========================================================================
   Drymat — Font System: Source Sans 3
   Loaded from local TTF files in /template/fonts/
   ========================================================================== */

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

@font-face {
  font-family: 'SourceSans3-Regular';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format('truetype');
}

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

@font-face {
  font-family: 'SourceSans3-Regular';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/SourceSans3-LightItalic.ttf') format('truetype');
}

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

@font-face {
  font-family: 'SourceSans3-Regular';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/SourceSans3-Italic.ttf') format('truetype');
}

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

@font-face {
  font-family: 'SourceSans3-Regular';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/SourceSans3-MediumItalic.ttf') format('truetype');
}

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

@font-face {
  font-family: 'SourceSans3-Regular';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/SourceSans3-SemiBoldItalic.ttf') format('truetype');
}

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

@font-face {
  font-family: 'SourceSans3-Regular';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/SourceSans3-BoldItalic.ttf') format('truetype');
}

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

@font-face {
  font-family: 'SourceSans3-Regular';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/SourceSans3-ExtraBoldItalic.ttf') format('truetype');
}

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

@font-face {
  font-family: 'SourceSans3-Regular';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/SourceSans3-BlackItalic.ttf') format('truetype');
}
