/*
    Global: Tables
    Default markup for table elements
*/
table {
  width: 100%;
  font-family: var(--fontFamilyPrimary);
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}
