
// Bullet Styles

.zpa-text__list--deciaml { list-style-type: decimal; }
.zpa-text__list--disc { list-style-type: disc;}
.zpa-text__list--circle { list-style-type: circle; }
.zpa-text__list--square { list-style-type: square; }
.zpa-text__list--latin { list-style-type: upper-roman; }
.zpa-text__list--roman { list-style-type: upper-latin; }
