/* Poppins Bold only — used specifically for the company name next to the
   logo in the navbar (see nav/logo.blade.php), nowhere else on the site
   (Manrope stays the site-wide font, see public/font/manrope.css). Same
   self-hosting approach: font file fetched from Google Fonts' own official
   OFL-licensed repository (github.com/google/fonts) and served from this
   project's own domain, no CDN request at runtime. */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/font/Poppins/woff2/poppins-700.woff2') format('woff2');
}
