/* src/css/common.css */
.fixed-width {
  font-family: monospace;
  font-optical-sizing: auto;
  font-style: normal;
}
.sans-serif {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.icon-text {
  padding-left: 5px;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 1;
}
.standard-ui-icon {
  opacity: 1;
}
.nofunction-ui-icon {
  opacity: 20%;
}
.logo-font {
  font-family: "Chathura", monospace;
}
button {
  display: block;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 1;
  outline: none;
}
button img {
  display: block;
  width: 30px;
}
[hidden] {
  display: none;
}
.Spacer {
  flex-grow: 1;
  pointer-events: none;
}
.footer {
  position: absolute;
  display: block;
  bottom: 0px;
  left: -10px;
  width: 100vw;
  padding: 10px;
  text-align: center;
  background-color: rgba(201, 201, 201, 0.65);
}
.footer a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}
/*# sourceMappingURL=common.css.map */
