/* Patched Fabric UI CSS: all font/icon URLs use res-1.cdn.office.net for direct 200 responses */
@font-face {
    font-family: 'Segoe UI';
    src: url('https://res-1.cdn.office.net/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('https://res-1.cdn.office.net/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('https://res-1.cdn.office.net/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FabricMDL2Icons';
    src: url('https://res-1.cdn.office.net/files/fabric/assets/icons/fabricmdl2icons-3.54.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* You can append the rest of fabric.min.css here if you want full styles, or just use this to override font/icon loading. */