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

/* Noto Sans - Variable Font (supports weights 100-900) */
@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans - Italic Variable Font (supports weights 100-900) */
@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
