@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: "proximanova";
  src: url("../assets/font/proximanova-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proximanova";
  src: url("../assets/font/proximanova-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proximanova";
  src: url("../assets/font/proximanova-medium.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proximanova";
  src: url("../assets/font/proximanova-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}