@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.9rem;
    }
}

.bg-primary {
    background-color: #245397 !important;
}

.form-control::placeholder {
  opacity: 0.65;
}

.invalid-feedback {
    font-weight: bold;
}

.table.table-striped tbody tr:last-child td {
  border-bottom: 0;
}
