@font-face {
  font-family: "roboto";
  src: url("../woff/Roboto-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("..//woff/Roboto-Bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  margin: 0;
  /* font-family: sans-serif; */
  font-family: "roboto", Arial;
  color: #45474e;
  user-select: none;
  overflow: hidden;
  touch-action: none;
}

.hidden {
  display: none !important;
}

*::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 450, "GRAD" 0, "opsz" 48;
  user-select: none;
}
.material-symbols-outlined_200 {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}
.material-symbols-outlined-filled {
  font-variation-settings: "FILL" 1, "wght" 450, "GRAD" 0, "opsz" 48;
}
.material-symbols-outlined_even_more_weight {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
}
.material-symbols-outlined_even_more_weight2 {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 30;
}

.ripple2 {
  background-position: center;
  transition: background 0.8s;
}
.ripple2:active {
  background-color: rgba(18, 65, 134, 0.25) !important;
  transition: background 0s;
}

@media (min-width: 770px) {
  .pointer {
    cursor: pointer;
  }
  .cursor_text {
    cursor: text;
  }

  body {
    user-select: unset;
  }
}

.profil {
  top: 5px;
}
