/* ==========================================================================
  reset.css – Reset browser default styles
========================================================================== */

ul:not(.bullet-list) {
  list-style: none;
  padding: 0;
}

table  tr > td {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}