/* Import Google Fonts chuẩn */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* =========================
   Segoe UI
========================= */
@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 100;
    src: url('/assets/fonts/SegoeUI.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/SegoeUI.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/SegoeUI.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/SegoeUI.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 900;
    src: url('/assets/fonts/SegoeUI.ttf') format('truetype');
    font-display: swap;
}

/* =========================
   Kozuka Gothic
========================= */
@font-face {
    font-family: 'Kozuka Gothic Pr6N';
    font-style: normal;
    font-weight: 100;
    src: url('/assets/fonts/KozukaGothicPr6N.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Kozuka Gothic Pr6N';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/KozukaGothicPr6N.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Kozuka Gothic Pr6N';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/KozukaGothicPr6N.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Kozuka Gothic Pr6N';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/KozukaGothicPr6N.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Kozuka Gothic Pr6N';
    font-style: normal;
    font-weight: 900;
    src: url('/assets/fonts/KozukaGothicPr6N.otf') format('opentype');
    font-display: swap;
}
