@font-face {
    font-family: 'Sunway Sans';
    src: url('/font/Sunway Sans_OTF_beta/SunwaySans_beta-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sunway Sans';
    src: url('/font/Sunway Sans_OTF_beta/SunwaySans_beta-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Sunway Sans';
    src: url('/font/Sunway Sans_OTF_beta/SunwaySans_beta-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sunway Sans';
    src: url('/font/Sunway Sans_OTF_beta/SunwaySans_beta-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Add more weights as needed */
@font-face {
    font-family: 'Sunway Sans';
    src: url('/font/Sunway Sans_OTF_beta/SunwaySans_beta-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/Open Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/Open Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: italic;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/font/Bebas Neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Segoe UI', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}