@font-face {
  font-family: "Instrument Sans";
  src: url("./InstrumentSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.fz-header-animation {
  --hero-bg: transparent;
  --hero-ink: #f5f7fb;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  background: var(--hero-bg) !important;
  font-family: "Instrument Sans", system-ui, sans-serif !important;
}

.fz-header-animation * {
  box-sizing: border-box !important;
}

.fz-header-animation canvas {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  background: transparent !important;
}
