/* Poppins font — self-hosted by server on first run (see /fonts/ directory)
   font-display: optional prevents layout shift: if font isn't ready on first
   paint, browser uses system font permanently for that page load. */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300 800;
  font-display: optional;
  src: local('Poppins'), local('Poppins-Regular');
  /* Server will replace this file with real woff2 URLs on first run */
}
