/* Panton — Pick n Pay signage font. Served from the shared /assets folder so
   every page can load it. Falls back to Montserrat / Arial where unavailable. */
@font-face{
  font-family:'Panton';
  src:url('/assets/fonts/Panton-Regular.woff') format('woff');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Panton';
  src:url('/assets/fonts/Panton-SemiBold.woff') format('woff');
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Panton';
  src:url('/assets/fonts/Panton-Bold.otf') format('opentype');
  font-weight:700 800; font-style:normal; font-display:swap;
}
