@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');

body {
    /* background: linear-gradient(135deg, #fdfcfb, #e2d1c3); */
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    /* padding: 2rem 1rem; */
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
}

/* .container {
    max-width: 700px;
    margin: auto;
    background: #ffffffcc;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
} */
.wrapper {
    max-width: 1100px;
    margin: auto;
}

h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.updated {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1.5rem;
}

.emoji-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 2rem;
}

blockquote {
    font-style: italic;
    color: #555;
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    margin: 1.5rem 0;
}

.cta-button {
    display: inline-block;
    margin-top: 2rem;
    background: linear-gradient(to right, #f4b860, #e07a5f);
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
    transition: background 0.3s;
}

.cta-button:hover {
    background: linear-gradient(to right, #e07a5f, #f4b860);
    text-decoration: none;
    color: white;
}
.newsletter {
    background: url('../images/img-3.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00000070;
    background-blend-mode: multiply;
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.5rem;
    }
}