@font-face {
    font-family: 'FCMissionRounded';
    /* ถอยออกจากโฟลเดอร์ css แล้วเข้าไปที่ fonts */
    src: url('../fonts/FCMissionRounded-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FCMissionRounded';
    src: url('../fonts/FCMissionRounded-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: 'FCMissionRounded', sans-serif !important;
}