/**
 * Stay Blessed — Avenir Next LT Pro (client brand font).
 * Place licensed files in public/fonts/avenir/ (woff2 preferred).
 */
@font-face {
    font-family: "Avenir Next LT Pro";
    src:
        url("../../fonts/avenir/AvenirNextLTPro-Regular.woff2") format("woff2"),
        url("../../fonts/avenir/AvenirNextLTPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir Next LT Pro";
    src:
        url("../../fonts/avenir/AvenirNextLTPro-Demi.woff2") format("woff2"),
        url("../../fonts/avenir/AvenirNextLTPro-Demi.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir Next LT Pro";
    src:
        url("../../fonts/avenir/AvenirNextLTPro-Bold.woff2") format("woff2"),
        url("../../fonts/avenir/AvenirNextLTPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
