/* Big Shoulders Display - Hosted Locally */
/* Display font for storefront surface — heavy industrial condensed (Patric King, Chicago) */
/* Weights 700/800/900 only — no body-weight 400 use case (display headings always heavy). */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/big-shoulders-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/big-shoulders-800.ttf') format('truetype');
}
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/big-shoulders-900.ttf') format('truetype');
}
