/* ============================================================
   Strike Wedge — Webfonts
   Work Sans is the brand typeface (bundled .ttf, offline-safe).
   IBM Plex Mono is the accent/mono face (loaded via Google Fonts CDN).
   Helvetica Neue Bold is the LOGO-ONLY identity font — never set in UI,
   the wordmark is supplied as artwork. Do not recreate it in live text.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');

/* Work Sans — bundled from the launch-monitor app's Resources/Fonts */
@font-face {
  font-family: 'Work Sans';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/WorkSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/WorkSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/WorkSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/WorkSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/WorkSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/WorkSans-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/WorkSans-Black.ttf') format('truetype');
}
