/*
 * Self-hosted Open Sans + Open Sans Condensed (latin subset, woff2).
 * Replaces the external Google Fonts stylesheet so no third-party origin
 * serves executable CSS into this app. Weights mirror what the layout used to
 * request: Open Sans 300 / 300 italic / 400, Open Sans Condensed 300 / 700.
 * url() paths are relative to this file (Content/font/), so a plain <link>
 * resolves them without any bundle URL rewriting.
 */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('opensans/open-sans-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('opensans/open-sans-300-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('opensans/open-sans-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('opensans/open-sans-condensed-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('opensans/open-sans-condensed-700.woff2') format('woff2');
}
