/*
 * Unified Gilroy family and metric-compatible local fallbacks. Safari 17+
 * applies size-adjust; browsers without the metric overrides ignore them and
 * continue through Arial as before.
 */
@font-face {
    font-family: "UOPH Gilroy";
    src: url("../../../assets/fonts/Gilroy-Regular.woff2") format("woff2"),
        url("../../../assets/fonts/Gilroy-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "UOPH Gilroy Fallback";
    src: local("Arial");
    font-style: normal;
    font-weight: 400;
    size-adjust: 102.6787%;
    ascent-override: 71.0956%;
    descent-override: 19.4782%;
    line-gap-override: 0%;
}

@font-face {
    font-family: "UOPH Gilroy";
    src: url("../../../assets/fonts/Gilroy-Medium.woff2") format("woff2"),
        url("../../../assets/fonts/Gilroy-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "UOPH Gilroy Fallback";
    src: local("Arial");
    font-style: normal;
    font-weight: 500;
    size-adjust: 101.9048%;
    ascent-override: 71.6355%;
    descent-override: 19.6262%;
    line-gap-override: 0%;
}

@font-face {
    font-family: "UOPH Gilroy";
    src: url("../../../assets/fonts/Gilroy-Bold.woff2") format("woff2"),
        url("../../../assets/fonts/Gilroy-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "UOPH Gilroy Fallback";
    src: local("Arial Bold"), local("Arial-BoldMT");
    font-style: normal;
    font-weight: 700;
    size-adjust: 96.7649%;
    ascent-override: 75.4406%;
    descent-override: 20.6687%;
    line-gap-override: 0%;
}

@font-face {
    font-family: "UOPH Gilroy";
    src: url("../../../assets/fonts/Gilroy-Heavy.woff2") format("woff2"),
        url("../../../assets/fonts/Gilroy-Heavy.woff") format("woff");
    font-style: normal;
    font-weight: 800 900;
    font-display: swap;
}

@font-face {
    font-family: "UOPH Gilroy Fallback";
    src: local("Arial Bold"), local("Arial-BoldMT");
    font-style: normal;
    font-weight: 800 900;
    size-adjust: 97.8987%;
    ascent-override: 76.6098%;
    descent-override: 20.4293%;
    line-gap-override: 0%;
}

.uoph-formatted-text strong {
    font-family: "UOPH Gilroy", "UOPH Gilroy Fallback", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
