.font:not(i) {
    font-family: "Nunito", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-14 {font-size: 14px}
.font-16 {font-size: 16px}

.error-container {
    position: relative;
    height: 100vh !important;
}

.error-box {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}
