/* Vodafone typeface — loaded from public/ to bypass webpack url() resolution.
   This file is fetched directly by the browser via <link> in index.html. */

@font-face {
  font-family: 'Vodafone';
  src: url('./fonts/VodafoneLt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vodafone';
  src: url('./fonts/VodafoneRg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vodafone';
  src: url('./fonts/VodafoneRg_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vodafone';
  src: url('./fonts/VodafoneExBd.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
