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

/* Galins Font Integration */
@font-face {
  font-family: 'Galins';
  src: url('../fonts/Galins-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-galins {
  font-family: 'Galins', sans-serif;
}

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

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