@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

body {
  font-family: 'DM Sans', sans-serif;
  color: #111;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

h3 {
  font-size: 16px;
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left:16px;
  padding-right:12px;
}

.pieczec-section-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 6px;
}