@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@font-face {
    font-family: 'simplon';
    src: url('../assects/font/Simplon_BP_Light_1.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'simplon';
    src: url('../assects/font/Simplon_BP_Light_Italic_1.ttf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'simplon';
    src: url('../assects/font/Simplon_BP_Regular_1.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'simplon';
    src: url('../assects/font/Simplon_BP_Regular_Italic_1.ttf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'simplon';
    src: url('../assects/font/Simplon_BP_Medium_1.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'simplon';
    src: url('../assects/font/Simplon_BP_Medium_Italic_2.ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'simplon';
    src: url('../assects/font/Simplon_BP_Bold_2.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'simplon';
    src: url('../assects/font/Simplon_BP_Bold_Italic_1.ttf');
    font-weight: 600;
    font-style: italic;
}