@font-face {
    font-family: 'Arial Web';
    src: url('../fonts/Arial.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Web';
    src: url('../fonts/Arial-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body,
* {
    font-family: 'Arial Web', Arial, sans-serif !important;
}
