@font-face {
  font-family: "Rajdhani";
  src:
    local("Rajdhani Light"),
    local("Rajdhani-Light"),
    url("../fonts/rajdhani/Rajdhani-Light.woff2") format("woff2"),
    url("../fonts/rajdhani/Rajdhani-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src:
    local("Rajdhani Regular"),
    local("Rajdhani-Regular"),
    url("../fonts/rajdhani/Rajdhani-Regular.woff2") format("woff2"),
    url("../fonts/rajdhani/Rajdhani-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src:
    local("Rajdhani Medium"),
    local("Rajdhani-Medium"),
    url("../fonts/rajdhani/Rajdhani-Medium.woff2") format("woff2"),
    url("../fonts/rajdhani/Rajdhani-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src:
    local("Rajdhani SemiBold"),
    local("Rajdhani-SemiBold"),
    url("../fonts/rajdhani/Rajdhani-SemiBold.woff2") format("woff2"),
    url("../fonts/rajdhani/Rajdhani-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src:
    local("Rajdhani Bold"),
    local("Rajdhani-Bold"),
    url("../fonts/rajdhani/Rajdhani-Bold.woff2") format("woff2"),
    url("../fonts/rajdhani/Rajdhani-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
