/* ============================================================
   AVERTA STD CY — 1 family duy nhất, 16 variants (8 weight × 2 style)
   Browser tự chọn file đúng theo `font-weight` + `font-style`.
   ============================================================ */

/* Extrathin / Ultra-light (100) */
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCy-Extrathin.woff2") format("woff2"), url("./AvertaStdCy-Extrathin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCy-ExtrathinItalic.woff2") format("woff2"), url("./AvertaStdCy-ExtrathinItalic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Thin (200) */
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-Thin.woff2") format("woff2"), url("./AvertaStdCY-Thin.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-ThinItalic.woff2") format("woff2"), url("./AvertaStdCY-ThinItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Light (300) */
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-Light.woff2") format("woff2"), url("./AvertaStdCY-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-LightItalic.woff2") format("woff2"), url("./AvertaStdCY-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-Regular.woff2") format("woff2"), url("./AvertaStdCY-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-RegularItalic.woff2") format("woff2"), url("./AvertaStdCY-RegularItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Semibold (600) */
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-Semibold.woff2") format("woff2"), url("./AvertaStdCY-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-SemiboldItalic.woff2") format("woff2"), url("./AvertaStdCY-SemiboldItalic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-Bold.woff2") format("woff2"), url("./AvertaStdCY-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-BoldItalic.woff2") format("woff2"), url("./AvertaStdCY-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Extrabold (800) */
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-Extrabold.woff2") format("woff2"), url("./AvertaStdCY-Extrabold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-ExtraboldItalic.woff2") format("woff2"), url("./AvertaStdCY-ExtraboldItalic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Black (900) */
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-Black.woff2") format("woff2"), url("./AvertaStdCY-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: url("./AvertaStdCY-BlackItalic.woff2") format("woff2"), url("./AvertaStdCY-BlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* ============================================================
   GOOGLE SANS
   ============================================================ */
@font-face {
    font-family: "Google Sans";
    src: url("./GoogleSans-Regular.woff2") format("woff2"); /* subset Latin+VN 36KB; woff2-only (bỏ ttf 2MB) */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
