@font-face {
  font-family: "Roobert";
  src: url("/fonts/RoobertTRIAL-Regular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roobert";
  src: url("/fonts/RoobertTRIAL-Medium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roobert";
  src: url("/fonts/RoobertTRIAL-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roobert";
  src: url("/fonts/RoobertTRIAL-Bold.otf");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  font-family: "Roobert";
}

::selection {
  background-color: #029443;
  color: white;
}

#copyright > p > a {
  transition: all;
  transition-duration: 300ms;
}
#copyright > p > a:hover {
  color: #029443;
}

#scrollToTopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: none;
  outline: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 9998;
  opacity: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.iti__selected-flag {
  background-color: transparent !important;
  padding-bottom: 1rem !important;
}
