
.document {
    position: relative;
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
}

.document h1 {
    font-size: 48px;
    font-family: 'STIX Two Text', serif;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    margin: 0 0 10px 0;
}

.document .date {
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #666;
    margin: 0 0 40px 0;
}

.document section {
    margin: 0 0 30px 0;
}

.document h2 {
    font-size: 24px;
    font-family: 'STIX Two Text', serif;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 0 0 15px 0;
}

.document p {
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin: 0 0 15px 0;
}

.document ul {
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin: 0 0 15px 0;
    padding-left: 30px;
}

.document li {
    margin: 0 0 10px 0;
}

.document .contact-info {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-top: 15px;
}