:root {
  --font-primary: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-secondary: "Playfair Display", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
  font-style: normal;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

:root {
  --font-primary: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-secondary: "Playfair Display", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
  font-style: normal;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

.image-button-content:hover {
  text-decoration: none;
  /* stylelint-disable-next-line */
}
.image-button-content:hover .image-button-content-btn {
  background-color: var(--background-primary);
  -webkit-box-shadow: inset 2px 2px 0 var(--background-primary), inset -2px -2px 0 var(--background-primary);
          box-shadow: inset 2px 2px 0 var(--background-primary), inset -2px -2px 0 var(--background-primary);
  color: #fff;
  outline: none;
  text-decoration: none;
}
.image-button-content .image-button-content-btn {
  background-color: #fff;
  color: var(--background-secondary);
}

.image-button-content-btn {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: bold;
  line-height: 20px;
}

.image-button {
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.image-button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.image-button-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10;
}

.image-button-content-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 2px 2px 0 var(--border-secondary), inset -2px -2px 0 var(--border-secondary);
          box-shadow: inset 2px 2px 0 var(--border-secondary), inset -2px -2px 0 var(--border-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  min-width: 100px;
  overflow: hidden;
  padding: 18 32px;
  text-overflow: ellipsis;
  -webkit-transition: color 0.4, background-color 0.4;
  transition: color 0.4, background-color 0.4;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.image-button-content-btn:hover {
  -webkit-box-shadow: inset 2px 2px 0 var(--border-primary), inset -2px -2px 0 var(--border-primary);
          box-shadow: inset 2px 2px 0 var(--border-primary), inset -2px -2px 0 var(--border-primary);
}
.image-button-content-btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.image-button-content-btn:focus {
  text-decoration: none;
}

.image-button-img {
  width: 100%;
}

/*# sourceMappingURL=imageButton.css.map*/