@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap');

body {
  font-family: 'Sora', sans-serif;
  text-align: justify;
}

/* p {
  margin-bottom: 0.8rem !important;
} */

body p {
  padding-bottom: 0 !important;
  line-height: 1.5 !important;
}

p code, li code {
  background-color: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
  color: #d63384;
}

p code::before, p code::after,
li code::before, li code::after {
  content: '' !important;
}