@charset "UTF-8";
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* plný rozsah vah */
  font-style: normal;
  font-display: swap;
}
* {
  font-family: Inter, sans-serif;
}

.container {
  align-content: center;
}

.text-teal {
  color: #00978c;
}

.background {
  background-color: #f8f9fa;
  width: 100%;
  height: 100%;
}

.page-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .page-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
  }
}
.btn-primary {
  color: #fff;
}