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

.bulma-footer {
  --bulma-footer-background-color: var(--bulma-scheme-main);
}

.bulma-mt-24 {
  margin-top: 12rem !important;
}

.bulma-mr-24 {
  margin-right: 12rem !important;
}

.bulma-mb-24 {
  margin-bottom: 12rem !important;
}

.bulma-ml-24 {
  margin-left: 12rem !important;
}

.bulma-mx-24 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.bulma-my-24 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
