/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/button/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.intrapole-button {
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none !important;
  cursor: pointer;
}
.intrapole-button.has-intrapole-gray-light-background-color, .intrapole-button.has-intrapole-gray-light-background-hover-color:hover {
  background-color: var(--wp--preset--color--gray-light);
}
.intrapole-button.has-intrapole-blue-light-background-color, .intrapole-button.has-intrapole-blue-light-background-hover-color:hover {
  background-color: var(--wp--preset--color--blue-light);
}
.intrapole-button.has-intrapole-blue-medium-background-color, .intrapole-button.has-intrapole-blue-medium-background-hover-color:hover {
  background-color: var(--wp--preset--color--blue-medium);
}
.intrapole-button.has-intrapole-blue-hard-background-color, .intrapole-button.has-intrapole-blue-hard-background-hover-color:hover {
  background-color: var(--wp--preset--color--blue-hard);
}
.intrapole-button.has-intrapole-gray-light-border-color, .intrapole-button.has-intrapole-gray-light-border-hover-color:hover {
  border-color: var(--wp--preset--color--gray-light);
}
.intrapole-button.has-intrapole-blue-light-border-color, .intrapole-button.has-intrapole-blue-light-border-hover-color:hover {
  border-color: var(--wp--preset--color--blue-light);
}
.intrapole-button.has-intrapole-blue-medium-border-color, .intrapole-button.has-intrapole-blue-medium-border-hover-color:hover {
  border-color: var(--wp--preset--color--blue-medium);
}
.intrapole-button.has-intrapole-blue-hard-border-color, .intrapole-button.has-intrapole-blue-hard-border-hover-color:hover {
  border-color: var(--wp--preset--color--blue-hard);
}
.intrapole-button.has-intrapole-gray-light-text-color, .intrapole-button.has-intrapole-gray-light-text-hover-color:hover {
  color: var(--wp--preset--color--gray-light);
}
.intrapole-button.has-intrapole-blue-light-text-color, .intrapole-button.has-intrapole-blue-light-text-hover-color:hover {
  color: var(--wp--preset--color--blue-light);
}
.intrapole-button.has-intrapole-blue-medium-text-color, .intrapole-button.has-intrapole-blue-medium-text-hover-color:hover {
  color: var(--wp--preset--color--blue-medium);
}
.intrapole-button.has-intrapole-blue-hard-text-color, .intrapole-button.has-intrapole-blue-hard-text-hover-color:hover {
  color: var(--wp--preset--color--blue-hard);
}

/*# sourceMappingURL=style-index.css.map*/