@font-face {
  font-family: 'Marfa-Bold';
  src: url('https://www.nkoda.com/fonts/ABCMarfa-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Marfa-Medium';
  src: url('https://www.nkoda.com/fonts/ABCMarfa-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Marfa-Light';
  src: url('https://www.nkoda.com/fonts/ABCMarfa-Light.otf') format('opentype');
}

.nkoda-button {
  display: inline-block;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Marfa-Medium', sans-serif;
  cursor: pointer;
  margin: 3px;
  box-sizing: border-box;
}

.button-link {
  display: flex;
  align-items: center;
  display: flex;
  width: inherit;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2em;
  box-sizing: border-box;
}

.nkoda-button a:link,
.nkoda-button a:visited {
  text-decoration: inherit;
  color: inherit;
}

.button-link #nkoda-button-logo {
  width: 1.3em;
  max-width: 40px;
  min-width: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
}

.nkoda-button .text {
  margin-left: 1.5em;
  white-space: nowrap;
  font-size: 1em;
}

/* options */

.nkoda-button-bold {
  font-family: 'Marfa-Bold';
}

.nkoda-button-light {
  font-family: 'Marfa-Light';
}

.nkoda-button-rounded {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.nkoda-button-white {
  background: #fff;
  color: #eb382e;
  border: 2px solid #eb382e;
}

.nkoda-button-red {
  background: #3b0007;
  color: #fd4643;
  border: 2px solid #3b0007;
}

.nkoda-button-gray {
  background: #23201f;
  color: #e6e6e6;
  border: 2px solid #23201f;
}

.nkoda-button-green {
  background: #002f1f;
  color: #00ff3c;
  border: 2px solid #002f1f;
}
