@font-face {
  font-family: "rsu";
  src: url("./assets/fonts/RSU_Regular.ttf");
}

html body,
h1,
h2,
h3,
h4,
h5,
p,
a,
label,
span,
.ui.button {
  font-family: "rsu" !important;
  line-height: 1.5 !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  supported by Chrome and Opera */
}
