body {
  background: var(--white-darken-5);
  background-image: url("/assets/custom/polygon.png") !important;
}
.shell {
  background: transparent;
}
.shell .content-container {
  background: transparent;
}

@media (min-width: 768px) {
  .shell .header__logo {
    background-size: contain;
  }
}

.shell .p-dropdown.shell-dropdown .p-dropdown-label {
  color: var(--text-color);
}

.shell .p-dropdown.shell-dropdown .p-dropdown-trigger {
  color: var(--text-color);
}
