@page {
    margin: 1in;
    @bottom-center {
        content: "Page " counter(page);
        color: black;
        font-size: 10px;
        font-family: var(--base-font-family);
    }
}

body {
    font-size: 10px;
}

.site-header {
    display: none;
}

.site-footer {
    display: none;
}

.post-content h2 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.post-content table {
    width: 100%;
}

.post-content table th, .post-content table td {
    border: 0;
    font-size: 10px;
}
