@font-face {
  font-family: reb;
  src: url(fonts/Remem-Bold.otf);
}

@font-face {
  font-family: "Inter";
  src: url(Inter-Var.ttf);
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSans-Thin.ttf);
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 300;
  src: url(fonts/NotoSans-Light.ttf);
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSans-Regular.ttf);
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSans-Medium.ttf);
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSans-SemiBold.ttf);
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSans-Bold.ttf);
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 800;
  src: url(fonts/NotoSans-ExtraBold.ttf);
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSans-Black.ttf);
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "PoppinsSemiBold";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: "RobotoBold";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: "PoppinsBold";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "PoppinsExtraBold";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Poppins-ExtraBold.ttf);
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Inter-Regular.ttf);
}