@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Montserrat-SB';
    font-style: bold;
    font-weight: 500;
    font-display: block;
    src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: 'Montserrat-M';
    font-style: bold;
    font-weight: 500;
    font-display: block;
    src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: 'Montserrat-M-Light';
    font-display: block;
    font-weight: 200;
    src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: 'Montserrat-Thin';
    font-display: block;
    font-weight: 200;
    src: url("../fonts/Montserrat-Thin.ttf");
}
@font-face {
    font-family: 'Pangram-Bold';
    font-display: block;
    font-weight: 500;
    src: url("../fonts/Pangram-Bold.otf");
}