@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&display=swap');

body {
    background-color: #f5f5f0;
    color: #1a1a1a;
    font-family: 'Inter', sans-serif;
    margin: 0;
    line-height: 1.5;
}

.font-serif {
    font-family: 'Cormorant Garamond', serif;
}

.poetry-content {
}

/* Custom styles to mimic Tailwind classes used in the script */
.container {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.post-article {
    margin-bottom: 6rem;
}

.post-image {
    width: 100%;
    border-radius: 1rem;
    display: block;
}

.pagination-btn {
    cursor: pointer;
    transition: all 0.3s;
}

.pagination-btn:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}
