/*

/wp-content/themes/custom/fonts/graphik/Graphik-Black-Web.woff
/wp-content/themes/custom/fonts/graphik/Graphik-Black-Web.woff2
/wp-content/themes/custom/fonts/graphik/Graphik-Bold-Web.woff
/wp-content/themes/custom/fonts/graphik/Graphik-Bold-Web.woff2
/wp-content/themes/custom/fonts/graphik/Graphik-Medium-Web.woff
/wp-content/themes/custom/fonts/graphik/Graphik-Medium-Web.woff2
/wp-content/themes/custom/fonts/graphik/Graphik-Regular-Web.woff
/wp-content/themes/custom/fonts/graphik/Graphik-Regular-Web.woff2
/wp-content/themes/custom/fonts/graphik/Graphik-Semibold-Web.woff
/wp-content/themes/custom/fonts/graphik/Graphik-Semibold-Web.woff2

*/
.bs-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #001b4c;
  color: #ffffff;
  font-family: "urbane-rounded", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 24px;
  border-radius: 40px;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease;
}
.bs-button:hover {
  background: #68e3ff;
  color: #001b4c;
  text-decoration: none;
}
.bs-button__icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.bs-button__icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.bs-button--black {
  background: #000000;
  color: #ffffff;
}
.bs-button--black:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--charcoal {
  background: #2d2d2d;
  color: #ffffff;
}
.bs-button--charcoal:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--red {
  background: #d63436;
  color: #ffffff;
}
.bs-button--red:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--brightred {
  background: #FF0202;
  color: #ffffff;
}
.bs-button--brightred:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--white {
  background: #ffffff;
  color: #001b4c;
}
.bs-button--white:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--navy {
  background: #001b4c;
  color: #ffffff;
}
.bs-button--navy:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--dark-green {
  background: #003a33;
  color: #ffffff;
}
.bs-button--dark-green:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--green {
  background: #1de377;
  color: #ffffff;
}
.bs-button--green:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--grey {
  background: #F2F2F2;
  color: #001b4c;
}
.bs-button--grey:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--mid-grey {
  background: #848484;
  color: #ffffff;
}
.bs-button--mid-grey:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--blue {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--blue:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--blue_2 {
  background: #0479D9;
  color: #ffffff;
}
.bs-button--blue_2:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--light-charcoal {
  background: #d9d9d9;
  color: #001b4c;
}
.bs-button--light-charcoal:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--pale-blue {
  background: #e8f5ff;
  color: #001b4c;
}
.bs-button--pale-blue:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--yellow {
  background: #ffd26f;
  color: #001b4c;
}
.bs-button--yellow:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--can {
  background: #e8f5ff;
  color: #001b4c;
}
.bs-button--can:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--should {
  background: #0479D9;
  color: #ffffff;
}
.bs-button--should:hover {
  background: #68e3ff;
  color: #001b4c;
}
.bs-button--must {
  background: #001b4c;
  color: #ffffff;
}
.bs-button--must:hover {
  background: #68e3ff;
  color: #001b4c;
}

/*# sourceMappingURL=shortcode-button.css.map */