/* Motion Text Styles */
[data-motion-text=true] {
  position: relative;
}

[data-motion-text=true] .topppa-motion-letter {
  display: inline-block;
  transition: font-variation-settings 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: font-variation-settings;
}

[data-motion-text=true][data-motion-font=roboto-flex] .topppa-motion-letter {
  font-family: "Roboto Flex", sans-serif;
}

[data-motion-text=true][data-motion-font=inter] .topppa-motion-letter {
  font-family: "Inter", sans-serif;
}

/* Preserve whitespace */
.toppa-motion-word {
  display: inline-block;
  white-space: nowrap;
}

.toppa-motion-space {
  display: inline-block;
}