/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
.snk-kpi-counter {
  justify-content: center;
}
.snk-kpi-counter.row {
  --snk-gutter-y: 2rem;
}
.snk-kpi-item {
  text-align: center;
}
.snk-kpi-number {
  color: #304aea;
  font-family: "PragmaticaWebExtendedMedium", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  font-size: 3.625rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
.snk-kpi-description {
  margin-bottom: 0;
}
.snk-kpi .snk-buttons {
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .snk-kpi .snk-buttons {
    margin-top: 4.5rem;
  }
  .snk-kpi-number {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .snk-kpi-number {
    font-size: 3.1rem;
  }
}
@media (min-width: 100rem) {
  .snk-kpi-number {
    font-size: 4rem;
  }
}