body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* Custom styles beyond Tailwind utility classes go here */

ul.palm-bullets {
  list-style: none;
  padding-left: 1.25rem;
}

ul.palm-bullets li {
  position: relative;
  padding-left: 0.5rem;
}

ul.palm-bullets li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.3em;
  width: 14px;
  height: 14px;
  background-image: url('../images/drink-umbrella-outline.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
