/* Explicit import so Propshaft serves the page-level design tokens. */
@import url("/assets/print-b3d650d3.css");

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  min-height: 500px;
}

.js-sticky-filter {
  transition:
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.js-sticky-filter.stuck {
  z-index: 40;
}

.sticky-filter-sentinel {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.material-symbols-rounded {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

.text-xxs {
  font-size: 0.7rem;
  line-height: 2;
}
.font-title {
  font-family: var(---default-font-family);
}

.font-data {
  font-family: var(--font-data);
}

.chartkit {
  font-family: var(--font-data);
}

.btn {
  font-weight: normal;
}

/* NOTE TO BEN TO FIX THE IMPORTS AND PLACVE THIS ELSEWHWERE*/
