/* Local Font Declarations */

/* Share Tech - Headings */
@font-face {
  font-family: 'Share Tech';
  src: url('../assets/fonts/ShareTech-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Spectral - Headings (SemiBold for headings) */
@font-face {
  font-family: 'Spectral';
  src: url('../assets/fonts/Spectral-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

/* Source Code Pro - Technical/Code elements (ponytail: no italic use, single upright face) */
@font-face {
  font-family: 'Source Code Pro';
  src: url('../assets/fonts/SourceCodePro-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
