/* Yamata Scan - Custom Fonts */

/* H74 Capsule Black - For headers and large stats */
@font-face {
  font-family: 'HCapsule';
  src: url('/static/fonts/HCapsule-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* H74 Capsule Ultra Thin - For subtle accents */
@font-face {
  font-family: 'HCapsule';
  src: url('/static/fonts/HCapsule-UltraThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Eurostile LT Demi - For body text and labels */
@font-face {
  font-family: 'Eurostile';
  src: url('/static/fonts/Eurostile LT Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
