.button,
.button-primary,
.button-secondary,
.button-dark,
.button-gold,
.bmk-header-cta {
    letter-spacing: .11em
}

@media(min-width:1200px) {

    .button,
    .button-primary,
    .button-secondary,
    .button-dark,
    .button-gold {
        font-size: 11px
    }
}
/* =========================================================
   BMK GLOBAL BUTTON SYSTEM
========================================================= */

.button,
.button-primary,
.button-secondary,
.button-dark,
.button-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 0 24px;

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;

  cursor: pointer;
}


/* Header CTA uses same typography, slightly more compact */
.bmk-header-cta {
  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
}


/* Prevent button labels from wrapping */
.button,
.button-primary,
.button-secondary,
.button-dark,
.button-gold,
.bmk-header-cta {
  white-space: nowrap;
}