/* ===========================================
   Local Fonts - Self-hosted Web Fonts
   Using Variable Fonts for Better Performance
   =========================================== */

/* Sofia Sans - Primary Font Family - Variable Font */
@font-face {
  font-family: 'Sofia Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/SofiaSans-VariableFont_wght.ttf') format('truetype');
  font-stretch: normal;
}

@font-face {
  font-family: 'Sofia Sans';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/SofiaSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-stretch: normal;
}

/* Source Code Pro - Monospace Font Family - Variable Font */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Source_Code_Pro/SourceCodePro-VariableFont_wght.ttf') format('truetype');
  font-stretch: normal;
}

@font-face {
  font-family: 'Source Code Pro';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Source_Code_Pro/SourceCodePro-Italic-VariableFont_wght.ttf') format('truetype');
  font-stretch: normal;
}
