/* extra.css */

/* Typography */
body {
    font-size: 15px;
    line-height: 1.7;
}

/* Heading spacing */
h1, h2, h3, h4, h5, h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* Better table styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em 0;
    font-size: 0.95em;
}

table tr:nth-child(even) td {
    background-color: #fafafa;
}

/* Improve image display */
img {
    max-width: 100%;
    border-radius: 4px;
}

/* Purple accent for links and headings */
a {
    color: #6a0dad;
}

a:hover {
    color: #4a007d;
}

.wy-side-nav-search {
    background-color: #6a0dad !important;
}

.wy-nav-top {
    background-color: #6a0dad !important;
}

/* Content max width */
.wy-nav-content {
    max-width: 900px;
}

/* Limit emoji/icon size */
.twemoji svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
}

