@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato/lato-regular-webfont") format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato/lato-bold-webfont") format("woff2");
  font-weight: bold;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato/lato-light-webfont") format("woff2");
  font-weight: lighter;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato/lato-thin-webfont") format("woff2");
  font-weight: 100;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato/lato-black-webfont") format("woff2");
  font-weight: 900;
}

@font-face {
  font-family: "Rajdhani";
  src: url("/assets/fonts/Rajdhani/Rajdhani-Bold.woff2") format("woff2"),
    url("/assets/fonts/Rajdhani/Rajdhani-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Rajdhani";
  src: url("/assets/fonts/Rajdhani/Rajdhani-Medium.woff2") format("woff2"),
    url("/assets/fonts/Rajdhani/Rajdhani-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Rajdhani";
  src: url("/assets/fonts/Rajdhani/Rajdhani-Regular.woff2") format("woff2"),
    url("/assets/fonts/Rajdhani/Rajdhani-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/assets/fonts/outfit/Outfit-VariableFont_wght.woff2")
      format("woff2"),
    url("/assets/fonts/outfit/Outfit-VariableFont_wght.woff") format("woff");
}
