:root {
    color-scheme: light dark;
}

html {
    color: light-dark(#1f1f1f, #e3e3e3);
    background-color: light-dark(#ffffff, #1f1f1f);
    font-size: clamp(1.3rem, 0.75rem + 1vw, 1.6rem);
    font-family: Islam, "Times New Roman", Times, serif;
    scrollbar-width: thin;
    scrollbar-color: black #fff1e5;
}

body {
    margin-block: 40px;
    margin-inline: auto;
    max-inline-size: 66ch;
    line-height: 1.4;
    padding-inline: 10px;
}

h3 {
    line-height: 0;
}

p {
    page-break-before: avoid;
}

@media print {
    body {
        color: #000;
        background-color: #fff;
        margin-inline: 2em 2.5em;
    }

    section {
        page-break-inside: avoid;
    }

    footer {
        display: none !important;
    }
}
