/* These styles are generated from project.scss. */

@font-face {
  font-family: jost;
  src: url("/static/fonts/JOST-REGULAR.31693d0bf15b.TTF");
}

@font-face {
  font-family: jost;
  src: url("/static/fonts/JOST-BOLD.90fc0121ac53.TTF");
  font-weight: bold;
}

body {
  --bs-body-font-family: jost;
}

.btn-primary {
  --bs-btn-bg: rgb(114, 46, 209);
  --bs-btn-border-color: rgb(114, 46, 209);

  --bs-btn-hover-bg: rgb(141, 91, 212);
  --bs-btn-hover-border-color: rgb(141, 91, 212);

  --bs-btn-active-bg: rgb(141, 91, 212);
  --bs-btn-active-border-color: rgb(141, 91, 212);

  --bs-btn-disabled-bg: rgb(73, 32, 131);
  --bs-btn-disabled-border-color: rgb(73, 32, 131);
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
