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

@font-face {
  font-family: 'Donalia';
  src: url("assets/fonts/Donalia.eot");
  src: url("assets/fonts/Donalia.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Donalia.woff2") format("woff2"),
    url("assets/fonts/Donalia.woff") format("woff"),
    url("assets/fonts/Donalia.ttf") format("truetype");
}

body {
  font-family: "Jost", sans-serif;
  background: linear-gradient(to bottom right, #fff0f5, #ffe4e1);
  color: #4b2e2e;
  padding: 40px 24px;
  max-width: 800px;
  margin: auto;
  line-height: 1.9;
  font-size: 1.18rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background-clip: padding-box;
}

h1,
h2,
h3,
h4 {
  font-family: 'Donalia', serif;
  color: #b3005e;
  text-align: center;
  margin-bottom: 28px;
  font-size: 2rem;
  font-weight: 400;
}

p {
  margin-bottom: 22px;
}

.highlight {
  color: #d81b60;
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.signature {
  margin-top: 50px;
  text-align: right;
  font-size: 1.3rem;
  color: #880e4f;
  font-family: 'Donalia', serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.emoji {
  font-size: 1.4rem;
}

.meow-section {
  margin-top: 40px;
}

.meow-section .italic {
  font-style: italic;
  color: #b3005e;
  margin-bottom: 25px;
  font-size: 1.15rem;
  line-height: 2;
  text-align: center;
}

.meow-line {
  background-color: #fff7fa;
  border-left: 4px solid #b3005e;
  padding: 14px 18px;
  margin: 16px 0;
  border-radius: 8px;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #403838;
}

.meow-footer {
  margin-top: 30px;
  font-size: 1.08rem;
  color: #b3005e;
  text-align: center;
  line-height: 1.9;
}

/* Responsive for smaller screens */
@media (max-width: 600px) {
  body {
    padding: 25px 16px;
    font-size: 1.05rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .signature {
    font-size: 1.2rem;
  }
}
.birthday-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  text-align: center;
}

.birthday-header h2 {
  margin: 0;
  font-size: 2rem;
  font-family: 'Donalia', serif;
  color: #b3005e;
  flex: 0 1 auto;
}

.decor-image {
  height: 50px;
  width: auto;
  flex-shrink: 0;
}

@media (max-width: 500px) {
  .birthday-header {
    flex-direction: column;
    gap: 10px;
  }

  .decor-image {
    height: 40px;
  }
}
