@page {
    size: A4 portrait;
    margin: 25mm 10mm 25mm 10mm;
    counter-increment: page;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: pre;
    color: grey;
    font-size: 12px;

    @bottom-left {
        content: '© 2024 JdSoft';
    }

    @bottom-center {
        content: string(chapter);
    }

    @bottom-right {
        content: 'Fireplug';
    }
}
