@font-face {
  font-family: 'BonMono';
  src: url('./fonts/BonMono.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}
body {
  margin: 0;
}
#webchat {
  height: 100%;
  width: 100%;
}

/* Adaptive Card container */
.ac-container {
  font-family: 'BonMono, BonBru, Arial,sans-serif';
}

/* Action buttons like "Check pricing" */
.ac-pushButton {
  background-color: #cc992b !important;
  color: #FFF !important;
  border-radius: 4px !important;
  font-weight: bold !important;
}

/* Input controls like your Country dropdown */
.ac-input {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

/* Card emphasis sections */
.ac-emphasis {
  background-color: #e3f2fd !important;
}