/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.logo {
  width: 280px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/assets/logo_horizontal_preta-9d246225.png");
}

[data-theme="dark"] .logo {
  background-image: url("/assets/logo_horizontal_branca-bd4c9730.png");
}

.logo-icon {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/assets/simbolo_preto-69439bdc.png");
}

[data-theme="dark"] .logo-icon {
  background-image: url("/assets/simbolo_branco-16edf463.png");
}
