html, body {
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #202122;
}

a {
    color: #3366cc;
    text-decoration: none;
}

p {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2c2f33;
    margin-bottom: 14px;
    letter-spacing: 0.2px;
}

ul {
    margin-top: 12px;
    padding-left: 20px;
}

li {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15.5px;
    line-height: 1.6;
    color: #3a3f45;
    margin-bottom: 10px;
}

a:hover {
    text-decoration: underline;
}

.comment-date, .topic-date {
    text-align: left;
    font-size: 13px;
    color: #666;
}
