/* ============================================================
   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.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: 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.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: 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.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: 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.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: 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.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: 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.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: 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.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: 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.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Averta Std CY";
    src: 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.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
