@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

.post-content,
.post-title {
    font-family: 'Inter', sans-serif;
}

.post-content {
    font-size: 1rem;
    line-height: 1.8;
}
