:root {
  --focus-color: #097efb;
  --focus-color-dark-bg: #3b99fc;
}
@media (prefers-color-scheme: dark) {
  :root {
    --focus-color: #3b99fc;
    --focus-color-dark-bg: #097efb;
  }
}
body {
  --text-zoom-factor: 1;
}
#accessible-text-svg-demo {
  position: relative;
}
#accessible-text-svg-demo__text {
  fill: black;
  stroke-width: 2px;
  font-size: calc(3.375rem * var(--text-zoom-factor));
  font-family: "Georgia", "Times New Roman", serif;
  panose-1: 0 0 0 0 0 0 0 0 0 0;
  font-style: italic;
  line-height: 1.5;
}
#accessible-text-svg-demo__svgTextPath2 {
  transform: translateY(-50px);
}
#accessible-text-svg-demo__svg {
  display: block;
  position: absolute;
  z-index: 2;
  transform: translateY(-4px);
}
#accessible-text-svg-demo__intro-text {
  font-size: calc(3.375rem * var(--text-zoom-factor));
  z-index: 2;
  color: black;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  dominant-baseline: hanging;
}
#accessible-text-svg-demo__shape-container {
  position: relative;
  width: 1024px;
  height: 62.7vw;
  overflow: hidden;
}
#accessible-text-svg-demo__shape-container,
#accessible-text-svg-demo__roller-coaster-image {
  width: 100%;
}
#accessible-text-svg-demo__roller-coaster-image {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
#accessible-text-svg-demo__control {
  position: absolute;
  display: block;
  width: 200px;
  margin: 20px auto;
  cursor: pointer;
  padding: 10px;
  top: 2vw;
  right: 4vw;
  z-index: 2;
}
#accessible-text-svg-demo__svg-text-path {
  offset-distance: 50%;
}
/*# sourceMappingURL=accessible-text-svg.css.map */