/* Button Component */
/* Media query breakpoints */
@font-face {
  font-family: "Cardo Bold";
  src: url("/themes/custom/historias/assets/fonts/cardo/Cardo-Bold.woff2") format("woff2"), url("/themes/custom/historias/assets/fonts/cardo/Cardo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cardo Regular";
  src: url("/themes/custom/historias/assets/fonts/cardo/Cardo-Regular.woff2") format("woff2"), url("/themes/custom/historias/assets/fonts/cardo/Cardo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cardo Italic";
  src: url("/themes/custom/historias/assets/fonts/cardo/Cardo-Italic.woff2") format("woff2"), url("/themes/custom/historias/assets/fonts/cardo/Cardo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Display";
  src: url("/themes/custom/historias/assets/fonts/librecaslon/LibreCaslonDisplay-Regular.woff2") format("woff2"), url("/themes/custom/historias/assets/fonts/librecaslon/LibreCaslonDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/themes/custom/historias/assets/fonts/icomoon/icomoon.tff") format("tff"), url("/themes/custom/historias/assets/fonts/icomoon/icomoon.eot?") format("eot"), url("/themes/custom/historias/assets/fonts/icomoon/icomoon.woff") format("woff");
}
.c-button {
  display: inline-flex !important;
  border-radius: 15px;
  font-family: var(--font-title);
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.c-button__primary {
  background: var(--white-text);
  color: #222;
  border-radius: 15px;
}
.c-button__primary:hover {
  background: #222;
  color: var(--white-text);
}
.c-button__secondary {
  background: var(--black);
  color: var(--white);
}
.c-button--lg {
  padding: 18px 25px;
  padding: 0 40px;
  box-shadow: 0 6px 20px transparent;
  font-size: 1.0625rem;
  line-height: 1.45em;
  font-weight: 500;
  height: 48px;
}
@media (min-width: 992px) {
  .c-button--lg {
    padding: 0 60px;
    height: 82px;
    font-size: 2.1vw;
  }
}
.c-button--sm {
  padding: 10px 18px;
  padding: 0 40px;
  height: 48px;
  font-weight: 500;
  font-size: 1.0625rem;
}
/*# sourceMappingURL=button.css.map */
