.font:not(i) {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-14 {font-size: 14px}


.error-container {
    position: relative;
    min-height: 100vh !important;
}

.error-box {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}
