@font-face {
  font-family: "TRIAL_UxumGrotesque";
  font-display: "swap";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/TRIAL_UxumGrotesque-Light.otf");
}
@font-face {
  font-family: "TRIAL_UxumGrotesque";
  font-display: "swap";
  font-style: bold;
  font-weight: 600;
  src: url("../fonts/TRIAL_UxumGrotesque-Bold.otf");
}
@font-face {
  font-family: "TRIAL_UxumGrotesque";
  font-display: "swap";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TRIAL_UxumGrotesque-Medium.otf");
}
@font-face {
  font-family: "TRIAL_UxumGrotesque";
  font-display: "swap";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/TRIAL_UxumGrotesque-Regular.otf");
}
@font-face {
  font-family: "TRIAL_UxumGrotesque";
  font-display: "swap";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/TRIAL_UxumGrotesque-Ultra.otf");
}

@font-face {
  font-family: "uxumbold";
  font-display: "swap";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/uxumbold.otf") format("opentype");
}

body {
  margin: 0;
  padding: 0;
  height: 100svh;
  background-color: #ffffff;
  background-image: url("../images/bg.jpg");
  background-size: 100% 100%;
  font-family: "TRIAL_UxumGrotesque", sans-serif;
  overflow: hidden;
}
.custom-font {
  font-weight: 100;
}
.bold-font {
  font-weight: 700;
  font-family: "uxumbold", sans-serif;
}
