/* Montserrat local font setup with TTF files. */

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
.auth-page {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

.auth-card,
.auth-card * {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
}
