/*
 * Fonts for Electronic Star theme
 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709908740/brands/gds/fonts/estar/Inter-Light_wwbqzr.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709908743/brands/gds/fonts/estar/Inter-Regular_oiybie.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709908741/brands/gds/fonts/estar/Inter-Medium_rwscvj.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709908739/brands/gds/fonts/estar/Inter-Bold_cvgflp.ttf) format("truetype");
}
body * {
  font-family: "Inter", Helvetica, sans-serif;
}