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

.bg-custom {
    background-color: #21333A !important;
}

.input-custom {
    background-color: #788AA3;
    color: #FFFFFF;
    border: 1px solid #555;
  }
  
  .input-custom::placeholder {
    color: #E0E0E0;
  }

  .inter {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.adambold {
  font-family: Adam-Bold !important;
  font-weight: 300;
}