/* This CSS contains all the styles that are crucial for animations but prevent the items from being visible in the preview. So by disablling this CSS file I can see everything in the preview. */

.separator-line {
  clip-path: inset(0% 100% 0% 0% round 0%);
}

.separator-title {
  clip-path: inset(0% 0% 100% 0% round 0%);
}

.separator-subtitle {
  clip-path: inset(100% 0% 0% 0% round 0%);
}

.highlighted-word-designed:before {
  clip-path: inset(0% 100% 0% 0% round 0%);
}

.highlighted-word-better:before {
  clip-path: inset(0% 100% 0% 0% round 0%);
}

