@font-face {
    font-family: 'fontmenu';
    src: url('../fonts/fontdefaut/Roboto-Bold.eot');
    src: url('../fonts/fontdefaut/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontdefaut/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/fontdefaut/Roboto-Bold.woff') format('woff'),
        url('../fonts/fontdefaut/Roboto-Bold.ttf') format('truetype');
        font-weight:bold;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family: 'font1';
    src: url('../fonts/fontdefaut/Roboto-Regular.ttf');
    
        font-weight:normal;
        font-style: normal;
        font-display: swap;
}


@font-face {
    font-family: 'font1';
    src: url('../fonts/fontdefaut/Roboto-Bold.ttf');
    
        font-weight:700;
        font-style: normal;
        font-display: swap;
}
@font-face {
    font-family: 'ChakraPetch';
    src: url('../fonts/fontdefaut/Roboto-Regular.eot');
    
        font-weight:normal;
        font-style: normal;
        font-display: swap;
}

