/*
 * 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.
 */

 /*
 main color: #B01A3D
 sub color: #2A0A0A
 accent1 color: #D7A46F
 accent2 color: #5E2750
 */
 body {
  color: #202020;
 }

 .btn-primary {
  background-color: #B01A3D;
  border-color: #B01A3D;
}

.btn-primary:hover {
  background-color: #B01A3D;
  border-color: #B01A3D;
}

.btn-outline-primary {
  background-color: #fff;
  border-color: #B01A3D;
  color: #B01A3D;
}

.btn-outline-primary:hover {
  background-color: #B01A3D;
  border-color: #B01A3D;
}

.bg-primary {
  background-color: #B01A3D !important;
}

.border-primary {
  border-color: #B01A3D !important;
}

.text-primary {
  color: #B01A3D !important;
}
