@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lexend:wght@100..900&display=swap");

* {
  font-family: "DM Sans", sans-serif !important;
}

@font-face {
  font-family: "Rajdhani-Medium";
  src: url("https://cdn.efsinomedia.com/font/Rajdhani-Medium.ttf");
}

@font-face {
  font-family: "Rajdhani-Bold";
  src: url("https://cdn.efsinomedia.com/font/Rajdhani-Bold.ttf");
}

@font-face {
  font-family: "Rajdhani-SemiBold";
  src: url("https://cdn.efsinomedia.com/font/Rajdhani-SemiBold.ttf");
}

@font-face {
  font-family: "Rajdhani-Light";
  src: url("https://cdn.efsinomedia.com/font/Rajdhani-Light.ttf");
}

@font-face {
  font-family: "Rajdhani-Regular";
  src: url("https://cdn.efsinomedia.com/font/Rajdhani-Regular.ttf");
}

body {
  font-family: "Rajdhani-SemiBold", serif;
  background-color: var(--tf-bg);
  font-weight: 400;
}
