/* @font-face {
  font-family: 'FiraSans';
  src: local('FiraSans'), url(./fonts/FiraSans-Regular.ttf) format('truetype');
} */

@font-face {
  font-family: "Ember";
  src: url('../public/fonts/Amazon-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ember";
  src: url('../public/fonts/Amazon-Regular-Bold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; */
  font-family: "Ember" !important;
  /* font-size: smaller; */
}

.doc {
  color: inherit;
  text-decoration: none;
}

.doc:hover {
  color:  white;
  background-color:dodgerblue;
  border-radius: 10px;
}

a:hover img {
  box-shadow: grey;
  cursor: pointer;
}

.highlighted {
  padding: 0;
  margin: 0;
  background-color: gold;
}

.resultcard {
  /* transition: 200ms; */
}

.suggest-item:hover {
  transform: scale(1.2);
}

.resultcard:hover {
  border-style: dashed;
  border-color: dodgerblue;
  border-width: 2px;
}

* {
  transition: 200ms;
  box-sizing: border-box;
}
