@import "reset";
@import "tokens";
@import "base";
@import "navbar";
@import "hero";
@import "features";
@import "week-section";
@import "tools-section";
@import "contractions";
@import "doctor-section";
@import "testimonials";
@import "download-cta";
@import "footer";
@import "legal";

@media (prefers-reduced-motion: reduce) {
  .hero .mockup-phone__frame,
  .week-section .mockup-phone__frame,
  .tools-section .mockup-phone__frame,
  .tools-section__peek .mockup-phone__frame,
  .contractions-section .mockup-phone__frame,
  .doctor-section .mockup-phone__frame,
  .doctor-section__peek .mockup-phone__frame {
    animation: none;
  }
}
