@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/Arial.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/Arial-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/Arial-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/Arial-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/Arial-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*************************************************************************/

@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/Arial/Arial-Narrow.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/Arial/Arial-Narrow-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/Arial/Arial-Narrow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/Arial/Arial-Narrow-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}