.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Inter', sans-serif;
    color: #5C789E;
    line-height: 1.6;
}

.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6 {
    color: #4058B3;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.content h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.content h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 2rem;
}

.content p {
    margin-bottom: 1rem;
}

.content ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.content ul li {
    margin-bottom: 0.5rem;
}

.content a {
    color: #4058B3;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.content em {
    font-style: italic;
    color: #7A8CA8;
}