/* Adjust heading sizes for better hierarchy */
h1 {
    font-size: 2.2rem !important;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.8rem !important;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: 1.5rem !important;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
}

h4 {
    font-size: 1.3rem !important;
    font-weight: 500;
}

h5 {
    font-size: 1.1rem !important;
    font-weight: 500;
}

h6 {
    font-size: 1rem !important;
    font-weight: 500;
}

/* Optional: your font */
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans Mono", monospace !important;
}

/* Softer inline code style */
code {
    background-color: rgba(128, 128, 128, 0.15); /* light grey tint */
    color: inherit;
    padding: 0.15em 0.3em;
    border-radius: 4px;
    font-family: "Roboto Mono", monospace;
    font-size: 0.95em;
}

/* Hide footer entirely */
footer {
    display: none !important;
}




