/* Anuphan Font - Local Font Files */
/* มีเฉพาะ weight 400/500/600/700 · 100/200/300 ไม่มีไฟล์จริง เบราว์เซอร์ synthesize เอง */
@font-face {
    font-family: 'Anuphan';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./anuphan/Anuphan-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Anuphan';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./anuphan/Anuphan-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Anuphan';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./anuphan/Anuphan-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Anuphan';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./anuphan/Anuphan-Bold.woff2') format('woff2');
}

/* Inter Font - Local Font Files */
/* มีเฉพาะ weight 400/500/600/700 เช่นเดียวกับ Anuphan */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./inter/Inter-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./inter/Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./inter/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./inter/Inter-Bold.woff2') format('woff2');
}

/* Sarabun Font - Local Font Files (for Web) */
@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./Sarabun/Sarabun-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('./Sarabun/Sarabun-Bold.ttf') format('truetype');
}
