:root {
    font-size: 10pt;
    --primary: #000000;
    --secondary: #828282;
    --text: #828282;
    --border: #828282;
    --background: #ffffff;
}

@media (prefers-color-scheme: light) {
    :root {
        --primary: #000000;
        --secondary: #828282;
        --text: #828282;
        --border: #828282;
        --background: #ffffff;
    }
}

body {
    max-width: 796px;
    direction: rtl;
}

h1 {
    color: #000000;
    font-size: 12pt;
    margin: 0.25em;
}

h2 {
    font-size: 12pt;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: inline;
}

header {
    background-color: #85d1ee;
    border-bottom: none;
    margin-bottom: 0px;
}

main {
    background-color: #eff3f6;
    padding-bottom: 1rem;
}

footer {
    direction: ltr;
    border-top: 2px solid #85d1ee;
    margin-top: 0px;
    background-color: #ffffff;
}

ol {
    margin-block: 0em;
    padding-top: 0.5em;
}

li {
    margin-block-start: 0.25em;
}

small {
    font-size: 8pt;
}
