/* ==========================================================================
   Static Local Font Definitions (@font-face)
   1. Silk Serif
   2. Source Sans 3 (and Source Sans Pro alias)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Silk Serif
   -------------------------------------------------------------------------- */
/* Light (300) */
@font-face {
  font-family: 'Silk Serif';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/SilkSerif-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Silk Serif';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/SilkSerif-LightItalic.otf') format('opentype');
}

/* Regular / 400 alias pointing to Light for consistent aesthetic */
@font-face {
  font-family: 'Silk Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/SilkSerif-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Silk Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/SilkSerif-LightItalic.otf') format('opentype');
}

/* SemiBold (600) */
@font-face {
  font-family: 'Silk Serif';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/SilkSerif-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'Silk Serif';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/SilkSerif-SemiBoldItalic.otf') format('opentype');
}

/* Bold (700) */
@font-face {
  font-family: 'Silk Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/SilkSerif-Bold.otf') format('opentype');
}

/* --------------------------------------------------------------------------
   Source Sans 3
   -------------------------------------------------------------------------- */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Alias 'Source Sans Pro' to the same font files for maximum compatibility */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/SourceSans3-Light.ttf') format('truetype');
}

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

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

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