/**
 * Path: assets/vendor/css/fonts.css
 * Version: 1.0.0
 * Date: 2025-11-28
 * Description: Local font declarations for Sarabun (Thai font)
 * Note: Uses local fonts with Google Fonts as fallback
 */

/* Sarabun Light (300) - Thai subset */
@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Sarabun Light'), local('Sarabun-Light'),
         url('../fonts/Sarabun-300.woff2') format('woff2');
    unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}

/* Sarabun Light (300) - Latin subset */
@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Sarabun Light'), local('Sarabun-Light'),
         url('../fonts/Sarabun-Light.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Sarabun Regular (400) - Thai subset */
@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Sarabun Regular'), local('Sarabun-Regular'),
         url('../fonts/Sarabun-400.woff2') format('woff2');
    unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}

/* Sarabun Regular (400) - Latin subset */
@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Sarabun Regular'), local('Sarabun-Regular'),
         url('../fonts/Sarabun-Regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Sarabun SemiBold (600) - Thai subset */
@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Sarabun SemiBold'), local('Sarabun-SemiBold'),
         url('../fonts/Sarabun-600.woff2') format('woff2');
    unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}

/* Sarabun SemiBold (600) - Latin subset */
@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Sarabun SemiBold'), local('Sarabun-SemiBold'),
         url('../fonts/Sarabun-SemiBold.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Sarabun Bold (700) - Thai subset */
@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Sarabun Bold'), local('Sarabun-Bold'),
         url('../fonts/Sarabun-700.woff2') format('woff2');
    unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}

/* Sarabun Bold (700) - Latin subset */
@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Sarabun Bold'), local('Sarabun-Bold'),
         url('../fonts/Sarabun-Bold.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
