/* PodiumSharp self-hosted placeholder.
   Replace the src: url(...) values with actual local font files (WOFF2/WOFF) once added.
   Use the same family name as currently used in your styles.
*/

/* Example for Regular weight */
@font-face {
  font-family: 'PodiumSharp';
  src: url('/fonts/podiumsharp/PodiumSharp-Regular.woff2') format('woff2'),
       url('/fonts/podiumsharp/PodiumSharp-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Example for Bold weight (uncomment if needed)
@font-face {
  font-family: 'PodiumSharp';
  src: url('/fonts/podiumsharp/PodiumSharp-Bold.woff2') format('woff2'),
       url('/fonts/podiumsharp/PodiumSharp-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/
