@font-face {
    font-family: "Gilroy-Regular";
    src: url("../../fonts/GILROY-REGULAR.TTF");
}

@font-face {
    font-family: "Gilroy-Light";
    src: url("../../fonts/GILROY-LIGHT.TTF");
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url("../../fonts/GILROY-BOLD.TTF");
}

@font-face {
    font-family: "Gilroy-Heavy";
    src: url("../../fonts/GILROY-HEAVY.TTF");
}

@font-face {
    font-family: "Gilroy-Black";
    src: url("../../fonts/Gilroy-Black.ttf");
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url("../../fonts/GILROY-MEDIUM.TTF") format("truetype");
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url("../../fonts/Gilroy-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Thin";
    src: url("../../fonts/Roboto-Thin.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Roboto-Regular";
    src: url("../../fonts/Roboto-Regular.ttf") format("truetype");
  }

  @font-face {
    font-family: "Roboto-Medium";
    src: url("../../fonts/Roboto-Medium.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Roboto-Light";
    src: url("../../fonts/Roboto-Light.ttf") format("truetype");
  }

  @font-face {
    font-family: "Roboto-Bold";
    src: url("../../fonts/Roboto-Bold.ttf") format("truetype");
  }

  @font-face {
    font-family: "Roboto-Black";
    src: url("../../fonts/Roboto-Black.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Poppins";
    src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
  }

  @font-face {
    font-family: "Poppins-Light";
    src: url("../../fonts/Poppins-Light.ttf") format("truetype");
  }

  @font-face {
    font-family: "Poppins-Bold";
    src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
  }
  