@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/branding-fonts/MaterialIcons.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/branding-fonts/Roboto-Regular.woff2") format("woff2");
}

html,
body {
  font-family: Roboto, sans-serif !important;
}

.material-icons,
i.material-icons,
.action i,
header i,
nav i {
  font-family: "Material Icons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
}

nav .action {
  display: flex !important;
  align-items: center !important;
  gap: 0.5em !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

nav .action > :not(i) {
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}

header .action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

header .action span {
  display: none !important;
}

#login img {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  border-radius: 8px;
}
