/* Self-hosted Poppins for the static pages (legal, 404, shop, events).
   Same faces as the app and the printed flyers/invitation cards.
   "Poppins Rounded" only ships Regular (400); heavier weights fall back
   to standard Poppins so bold text is real, not synthetic. */
@font-face {
  font-family: 'Poppins Rounded';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/PoppinsRounded-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins Rounded';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('/fonts/Poppins-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins Rounded';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('/fonts/Poppins-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins Rounded';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/fonts/Poppins-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins Rounded';
  font-style: normal; font-weight: 800; font-display: swap;
  src: url('/fonts/Poppins-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins Rounded';
  font-style: normal; font-weight: 900; font-display: swap;
  src: url('/fonts/Poppins-900.woff2') format('woff2');
}
