h1 {
    font-family: "IsidoraSans-SemiBold";
    color: var(--shade-0);
    font-size: 2rem;
    text-align: center;
    margin: 0;
}

h1.error-title {
    word-break: keep-all;
    white-space: normal;
}

h2 {
    font-family: "IsidoraSans-SemiBold";
    color: var(--shade-0);
    font-size: 1.5rem;
    text-align: center;
}

h2.table-flip {
    white-space: nowrap;
}

h3 {
    font-family: "IsidoraSans-SemiBold";
    color: var(--shade-0);
    font-size: 1.125rem;
    text-align: center;
}

p {
    font-family: "IsidoraSans-Medium";
    color: var(--shade-2);
    text-align: center;
    font-size: 1rem;
}

p.a {
    font-family: "IsidoraSans-SemiBold";
    color: var(--shade-1);
    font-size: 1.125rem;
    text-align: center;
    padding: 0;
    margin: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

p.bot {
    font-family: "IsidoraSans-Medium";
    color: var(--shade-1);
    text-align: center;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
}

a.table {
    color: inherit;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    transition: none;
}

a.table:hover {
    color: var(--shade-0);
}

a.table:active {
    transform: translateY(1px);
}

a.table-2 {
    color: inherit;
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    display: block;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
    transition: none;
}

a.table-2:hover {
    color: var(--shade-0);
}

a.table-2:active {
    transform: translateY(1px);
}