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

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

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

.button {
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-family: 'Roboto Medium';
  text-transform: uppercase;
  line-height: 36px;
  text-align: center;
  min-width: 88px;
  padding: 0 8px;
  width: min-content;
  border-radius: 2px;
  height: 36px;
  margin: 2px;
  font-size: 0.9em;
  color: #ffffff;
  background: #182027;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.37);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:active {
  transition-delay: 0s;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
