/* Base styling */
html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #24292e;
}

main {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {
    margin: 0 0 16px 0;
}

a {
    color: #0366d6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.custom-heading {
    font-size: 10pt;
    text-align: center;
}
/* Apply to all tables on the page */
table {
    border-collapse: collapse; /* Optional: cleaner borders */
}

/* Set default font size for table cells */
table td, table th {
    font-size: 8pt; /* 6pt font size */
    font-weight: bold; /* Normal weight */
    padding: 4px;   /* Optional: spacing for readability */
    border: 1px solid #ccc; /* Optional: border styling */
}

.footer {
    display: none;
}

.translit-l12b {
    font-size: 12pt;
    font-weight: bold;
}

.translit-l10b {
    font-size: 10pt;
    font-weight: bold;
}
