/*
MIT License

Copyright (c) 2015-present Rapptz (c) 2021-present Pycord Development
*/

/* Fonts */
/* vietnamese */
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/saira/v8/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773FksAxljYm.woff2)
    format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/saira/v8/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773FksExljYm.woff2)
    format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/saira/v8/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773Fks8xlg.woff2)
    format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v4/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61O4a0Ew.woff2)
    format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v4/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyO4a0Ew.woff2)
    format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* attribute tables */
.py-attribute-table {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 2em;
    padding-top: 16px;
}

.py-attribute-table-column {
    flex: 1 1 auto;
}

.py-attribute-table-column > span {
    font-weight: bold;
    color: var(--attribute-table-title);
}

main .py-attribute-table-column > ul {
    list-style: none;
    margin: 4px 0;
    padding-left: 0;
    font-size: 0.95em;
}

.py-attribute-table-entry {
    margin: 0;
    padding: 2px 0;
    padding-left: 0.2em;
    border-left: 2px solid var(--attribute-table-entry-border);
    display: flex;
    line-height: 1.2em;
}

.py-attribute-table-entry > a {
    padding-left: 0.5em;
    color: var(--attribute-table-entry-text);
    flex-grow: 1;
}

.py-attribute-table-entry > a:hover {
    color: var(--attribute-table-entry-hover-text);
    text-decoration: none;
}

.py-attribute-table-entry:hover {
    background-color: var(--attribute-table-entry-hover-background);
    border-left: 2px solid var(--attribute-table-entry-hover-border);
    text-decoration: none;
}

.py-attribute-table-badge {
    flex-basis: 3em;
    text-align: right;
    font-size: 0.9em;
    color: var(--attribute-table-badge);
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Theme Modification */
.sidebar-brand-text {
    font-family: "Saira", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Saira", monospace;
}

strong {
    /* Sans Serif looks better than monospace here */
    font-family: "Saira", sans-serif;
}

.brand {
    /* Mobile header text */
    font-family: "Saira", monospace;
    font-weight: 700;
}

img[src="_images/snake.svg"] {
    display: var(--light-snake-display);
}

img[src="_images/snake_dark.svg"] {
    display: var(--dark-snake-display);
}

.exception-hierarchy-content dd {
    margin-left: 0;
}

.sidebar-logo {
    max-width: 60%;
}

/*.sidebar-tree {*/
/*  font-family: "Saira", monospace;*/
/*}*/

.has-selector-alternative {
    transition: max-height 0.2s ease-out;
    max-height: 0;
    overflow: hidden;
}