

@font-face {
    font-display: swap;
    font-style: normal;
    src: url("/customer/fonts/RobotoMedium.ttf");
    font-family: "Roboto";
    font-weight: 500;
}

@font-face {
    font-display: swap;
    font-style: normal;
    src: url("/customer/fonts/InterRegular.ttf");
    font-family: "Inter";
    font-weight: 400;
}

  @font-face {
    font-display: swap;
    font-style: normal;
    src: url("/customer/fonts/RobotoLight.ttf");
    font-family: "Roboto";
    font-weight: 300;
  }
  @font-face {
    font-display: swap;
    font-style: normal;
    src: url("/customer/fonts/RobotoBlack.ttf");
    font-family: "Roboto";
    font-weight: 900;
  }
  @font-face {
    font-display: swap;
    font-style: normal;
    src: url("/customer/fonts/InterBold.ttf");
    font-family: "Inter";
    font-weight: 700;
  }

