/* MiSans Khmer - Xiaomi's Official Khmer Font */
/* Self-hosted inside storefront to avoid cross-directory dependency */

@font-face {
    font-family: 'MiSans Khmer';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/MiSans Khmer/WOFF2/MiSansKhmer-Light.woff2') format('woff2'),
         url('../fonts/MiSans Khmer/WOFF/MiSansKhmer-Light.woff') format('woff'),
         url('../fonts/MiSans Khmer/TTF/MiSansKhmer-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'MiSans Khmer';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/MiSans Khmer/WOFF2/MiSansKhmer-Regular.woff2') format('woff2'),
         url('../fonts/MiSans Khmer/WOFF/MiSansKhmer-Regular.woff') format('woff'),
         url('../fonts/MiSans Khmer/TTF/MiSansKhmer-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MiSans Khmer';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/MiSans Khmer/WOFF2/MiSansKhmer-Medium.woff2') format('woff2'),
         url('../fonts/MiSans Khmer/WOFF/MiSansKhmer-Medium.woff') format('woff'),
         url('../fonts/MiSans Khmer/TTF/MiSansKhmer-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'MiSans Khmer';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/MiSans Khmer/WOFF2/MiSansKhmer-Semibold.woff2') format('woff2'),
         url('../fonts/MiSans Khmer/WOFF/MiSansKhmer-Semibold.woff') format('woff'),
         url('../fonts/MiSans Khmer/TTF/MiSansKhmer-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'MiSans Khmer';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/MiSans Khmer/WOFF2/MiSansKhmer-Bold.woff2') format('woff2'),
         url('../fonts/MiSans Khmer/WOFF/MiSansKhmer-Bold.woff') format('woff'),
         url('../fonts/MiSans Khmer/TTF/MiSansKhmer-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'MiSans Khmer';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/MiSans Khmer/WOFF2/MiSansKhmer-Heavy.woff2') format('woff2'),
         url('../fonts/MiSans Khmer/WOFF/MiSansKhmer-Heavy.woff') format('woff'),
         url('../fonts/MiSans Khmer/TTF/MiSansKhmer-Heavy.ttf') format('truetype');
}

/* Preserve icon fonts */
.fa,
.fas,
.far,
.fal,
.fab,
[class^="fa-"],
[class*=" fa-"],
.glyphicon {
    font-family: 'FontAwesome', 'Glyphicons Halflings' !important;
}
