html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
.grade-value-purple {
    font-size: 1.25rem;
    line-height: 1;
    font-family: Inter;
    font-weight: 700;
    text-align: center;
    color: #9A7E9E;
}

.grade-text-purple {
    font-family: Inter;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #9A7E9E;
}