@font-face {
    font-family: InterVariable;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/InterVariable.woff2") format("woff2");
}

:root {
    font-family: InterVariable, sans-serif;
    font-feature-settings:
        "liga" 1,
        "calt" 1; /* fix for Chrome */
}

.typography p {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

td {
    padding: 1rem;
    border-color: lab(91.6229% -0.159115 -2.26791);
    border-bottom-width: 1px;
}
