body {
    font-family: 'Inter', sans-serif;
}

.ck-editor__editable {
    min-height: 300px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.content-rich-text img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 20px 0;
}

.content-rich-text h2,
.content-rich-text h3 {
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #111827;
}

.content-rich-text p {
    margin-bottom: 1.5rem;
}

.bg-soccer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1574629810360-7efbbe195018?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
}
