/* Self-hosted Poppins — the brand typeface, specified in the Tunnel Tech Brand
   Guidelines (2023, §11): "Tunnel Tech has chosen to use a single font to
   represent the brand", licensed SIL Open Font License.

   Latin subset only: the site is English, and Poppins is a static family, so
   every extra subset is another file per weight.

   Weights 300/400/700/800 are the four the guide names. 500 and 600 are the
   same typeface and are used for UI text — nav links and buttons — where 700
   reads too heavy at small sizes. */
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 300; font-display: swap; src: url("poppins-300.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("poppins-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap; src: url("poppins-500.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("poppins-600.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url("poppins-700.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 800; font-display: swap; src: url("poppins-800.woff2") format("woff2"); }
