@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

.font-handwritten {
  font-family: 'Patrick Hand', cursive;
  font-size: 1.125rem;
  line-height: 1.75rem;
  /* Możesz dodać margin/padding jeśli chcesz odstęp pod podpisem */
}

.resume-article {
  line-height: 1.7;
  font-family: 'Source Sans Pro', sans-serif;
}

.resume-article h1,
.resume-article h2,
.resume-article h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.resume-article a {
  color: #2563eb;
  /* Tailwind blue-600 */
  text-decoration: underline;
}

.resume-article a:hover {
  color: #1d4ed8;
  /* Tailwind blue-700 */
}


.prose p {
  margin-top: 0.0em !important;
  margin-bottom: 0.0em !important;
  line-height: 1.4 !important;
}

.prose ul,
.prose ol {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
  padding-left: 1.25em;
}

.prose ul > li,
.prose ol > li {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
  padding-top: 0em !important;
  padding-bottom: 0em !important;
  line-height: 1.4 !important;
}

.prose hr {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  line-height: 1.0 !important;
}
