/* ============================================================
   Vodafone webfont (font resmi dari vodafone.com)
   3 berat: Light (300), Regular (400), Bold (700).
   Berat 500/600/800 dipetakan ke berkas terdekat via rentang.
   ============================================================ */

@font-face {
  font-family: "Vodafone";
  src: url("vodafone-light.woff") format("woff"),
       url("vodafone-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vodafone";
  src: url("vodafone-regular.woff") format("woff"),
       url("vodafone-regular.ttf") format("truetype");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vodafone";
  src: url("vodafone-bold.woff") format("woff"),
       url("vodafone-bold.ttf") format("truetype");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}
