/*
 * OliverWyman Font Declarations - Webpack Optimized
 * Rutas compatibles con desarrollo local y producción AEM
 * Ubicación: /resources/scss/fonts.scss
 */

/* ==================== MMC Display Family ==================== */
@font-face {
    font-family: "MMC Display";
    src: url("../woff2/mmcdisplay-regular-2.woff2") format("woff2"),
    url("../woff/mmcdisplay-regular-2.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MMC Display";
    src: url("../woff2/mmcdisplay-bold-2.woff2") format("woff2"),
    url("../woff/mmcdisplay-bold-2.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ================= MMC Display Condensed ================= */
@font-face {
    font-family: "MMC Display Condensed";
    src: url("../woff2/mmcdisplaycd_rg-2.woff2") format("woff2"),
    url("../woff/mmcdisplaycd_rg-2.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MMC Display Condensed";
    src: url("../woff2/mmcdisplaycd_bd-2.woff2") format("woff2"),
    url("../woff/mmcdisplaycd_bd-2.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==================== Oswald Family ==================== */
@font-face {
    font-family: "Oswald";
    src: url("../woff2/oswald-regular-2.woff2") format("woff2"),
    url("../woff/oswald-regular-2.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../woff2/oswald-medium-2.woff2") format("woff2"),
    url("../woff/oswald-medium-2.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../woff2/oswald-semibold-2.woff2") format("woff2"),
    url("../woff/oswald-semibold-2.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../woff2/oswald-bold-2.woff2") format("woff2"),
    url("../woff/oswald-bold-2.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==================== Noto Sans JP Family ==================== */
@font-face {
    font-family: "Noto Sans JP";
    src: url("../otf/notosansjp-light-2.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../otf/notosansjp-regular-2.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../otf/notosansjp-medium-2.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../otf/notosansjp-bold-2.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../otf/notosansjp-black-2.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ==================== Source Sans Pro Family ==================== */
@font-face {
    font-family: "Source Sans Pro";
    src: url("../woff2/source-sans-pro-2.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ==================== Noto Sans (Dual Compatibility) ==================== */
@font-face {
    font-family: "Noto Sans";
    src: url("../woff/notosans-regular-2.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "noto-sans";
    src: url("../woff/notosans-regular-2.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../woff/notosans-bold-2.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "noto-sans";
    src: url("../woff/notosans-bold-2.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==================== Fallback System Font Stacks ==================== */
:root {
    --font-display: "MMC Display", "Oswald", -apple-system, BlinkMacSystemFont, sans-serif;
    --font-display-condensed: "MMC Display Condensed", "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    --font-body: "Noto Sans", "noto-sans", "Source Sans Pro", "Noto Sans JP", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-japanese: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}