/* Improve Studios branding — Filebrowser v2.63.5 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,900&display=swap");

/* ===== LOGIN PAGE — replace native img content with our SVG ===== */
#login img {
  content: url("/static/img/logo.svg") !important;
  display: block !important;
  width: 100px !important;
  height: 220px !important;
  margin: 0 auto 20px auto !important;
  /* Invert to white for dark theme background */
  filter: brightness(0) invert(1) !important;
}

/* Branding name on login page — Poppins Black Italic, uppercase */
#login h1 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 900 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* ===== HEADER (post-login) ===== */
header img {
  height: 2em !important;
  filter: brightness(0) invert(1);
}

header title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 900 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
