/**
 * Copyright © Vaimo Group. All rights reserved.
 * See LICENSE.txt for license details.
 *
 * Non-critical font faces — loaded after first paint via Magento_Theme layout.
 * Keep italic Inter and footer-oriented VodafoneBd off the critical CSS path.
 */

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-RegularItalic.woff2") format("woff2"),
    url("../fonts/inter/Inter-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-MediumItalic.woff2") format("woff2"),
    url("../fonts/inter/Inter-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "VodafoneBd";
  src: url("../fonts/vodacom/vodafonergbd.woff2") format("woff2"),
    url("../fonts/vodacom/vodafonergbd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
