/* ============================================================
   Alliance No.2 — @font-face
   Fuente principal del rediseño (guía de estilo PC.Sales).
   Los woff2 viven en ~/fonts/alliance/ (ruta relativa ../fonts
   porque este CSS se sirve desde /css/).
   ============================================================ */

@font-face {
    font-family: "Alliance No.2";
    src: url("../fonts/alliance/AllianceNo2-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Alliance No.2";
    src: url("../fonts/alliance/AllianceNo2-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Alliance No.2";
    src: url("../fonts/alliance/AllianceNo2-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Alliance No.2";
    src: url("../fonts/alliance/AllianceNo2-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Alliance No.2";
    src: url("../fonts/alliance/AllianceNo2-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Alliance No.2";
    src: url("../fonts/alliance/AllianceNo2-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Alliance No.2";
    src: url("../fonts/alliance/AllianceNo2-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
