/* PetraCore fonts — self-hosted, matching the parking.local project.
   Sans: "PetraCore Montserrat" (variable). Mono: "JetBrains Mono". */

@font-face {
    font-family: "PetraCore Montserrat";
    src: url("/auth-assets/montserrat-variable.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PetraCore Montserrat";
    src: url("/auth-assets/montserrat-variable.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PetraCore Montserrat";
    src: url("/auth-assets/montserrat-variable.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PetraCore Montserrat";
    src: url("/auth-assets/montserrat-variable.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PetraCore Montserrat";
    src: url("/auth-assets/montserrat-variable.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "JetBrains Mono";
    src: url("/auth-assets/e354bf88-979b-49ad-81af-d544fa1f8de4.woff2") format("woff2");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
