@font-face {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: normal;
    src: url('Fonts/Arsenal-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: bold;
    src: url('Fonts/Arsenal-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: url('Fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: url('Fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: normal;
    src: url('Fonts/Roboto-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('Fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('Fonts/Roboto-Medium.ttf') format('truetype');
}