/* The same three faces as extended.css, declared before first paint from 640px up:
   tablet and desktop first screens use General Sans 500 (hero action, xl navigation),
   General Sans 700 (utility-bar numbers) and Sentient 700 (the employment stat). Attached
   with media="(min-width: 640px)" from app/layout.tsx; on a phone the sheet does not
   apply, so these files never queue ahead of the hero. */
@font-face { font-family: 'Sentient'; src: url('/fonts/brand-76ce8222766b/sentient-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'General Sans'; src: url('/fonts/brand-76ce8222766b/general-sans-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'General Sans'; src: url('/fonts/brand-76ce8222766b/general-sans-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
