
/* Rotating text inside existing paragraph — inherits parent styles to preserve layout */
#fresh-rotator-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  display: inline-block;
  opacity: 1;
  transition: opacity .35s ease;
  will-change: opacity;
}
