/* Font ProductSans (GoogleSans) lay tu ban lu88.
   File nay nam trong public/ va duoc nap thang bang <link> trong index.html:
   neu de trong src/, webpack se coi url("/lu88/...") la module va bao
   "Module not found" vi duong dan tuyet doi chi ton tai luc chay. */

@font-face {
    font-family: "ProductSans";
    src: url("/lu88/fonts/GoogleSans-Regular.25e05611.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ProductSans";
    src: url("/lu88/fonts/GoogleSans-Medium.abf32f03.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ProductSans";
    src: url("/lu88/fonts/GoogleSans-Bold.028f3a02.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
