@font-face {
    font-family: 'Shurjo';
    src: url('../fonts/Shurjo.woff2') format('woff2'),
         url('../fonts/Shurjo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shurjo';
    src: url('../fonts/ShurjoWeb_700.woff2') format('woff2'),
         url('../fonts/Shurjo-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body, button, input, select, textarea {
    font-family: 'Shurjo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}