@import "../@storaensods/seeds-core/dist/css/styles.css";

.btn {
  /* Mimic se-btn */
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  /* Add more as needed from SEEDS' definition of .se-btn */
}

.btn-primary {
  background-color: #FF950A; /* Or whatever SEEDS primary is */
  color: white;
  border: none;
}

.btn-success {
  background-color: #FF950A; /* Or whatever SEEDS primary is */
  color: white;
  border: none;
}

.btn-md {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

