/* Custom CSS for documentation pages */
body {
    font-family: sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    background-color: #fdfdfd;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000;
}
