body {
    font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont,
        ".SFNSText-Regular", sans-serif;
    font-size: 1rem;;
    color: #06062c;
    padding-bottom: 4rem;
}

h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
    padding-top: 2rem;
}

h2 {
    color: var(--bx-text-secondary, #525252);
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 300;
}

.intro, .intro li {
    margin-bottom: 1rem;
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
    width: 130%;
    font-size: 1rem;
}

li {
    font-size: 1rem;
}

h4 {
  margin-bottom: 0.5rem;
}

table {
    border-spacing: 0px;
    border: 1px solid #C1C7D0;
    margin-bottom: 1rem;
}

th {
    background: #f4f5f7 center right no-repeat;
    padding-right: 15px;
    margin: 0px;
}

th,
td {
    border: 1px solid #C1C7D0;
    padding: 7px 10px;
    vertical-align: top;
    text-align: left;
    margin: 0px;
}

td.requests {
    font-size: 0.75rem;
}

a {
    color: blue;
    cursor: pointer;
}

.formula {
    font-family: 'IBM Plex Serif';
    font-style: italic;
    font-weight: 500;
    font-size: 1.25rem;
}

.code {
    background: #f8f8fa;
    width: 130%;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.accordion-title {
  font-size: 1rem;
}
