/* Arial – Regular */
@font-face {
    font-family: 'Arial';
    src: url('./ARIAL.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Arial – Italic */
@font-face {
    font-family: 'Arial';
    src: url('./ARIALI.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Arial – Bold */
@font-face {
    font-family: 'Arial';
    src: url('./ARIALBD.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Arial – Bold Italic */
@font-face {
    font-family: 'Arial';
    src: url('./ARIALBI.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Arial – Black */
@font-face {
    font-family: 'Arial';
    src: url('./ARIBLK.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Arial – Black Italic */
@font-face {
    font-family: 'Arial';
    src: url('./ARIALBLACKITALIC.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Arial – Narrow */
@font-face {
    font-family: 'Arial Narrow';
    src: url('./ARIALN.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Arial – Narrow Italic */
@font-face {
    font-family: 'Arial Narrow';
    src: url('./ARIALNI.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Arial – Narrow Bold */
@font-face {
    font-family: 'Arial Narrow';
    src: url('./ARIALNB.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Arial – Narrow Bold Italic */
@font-face {
    font-family: 'Arial Narrow';
    src: url('./ARIALNBI.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Arial – Light */
@font-face {
    font-family: 'Arial';
    src: url('./ARIALLGT.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Arial – Light Italic */
@font-face {
    font-family: 'Arial';
    src: url('./ARIALLGTITL.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Arial – Medium */
@font-face {
    font-family: 'Arial';
    src: url('./ArialMdm.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Arial – Medium Italic */
@font-face {
    font-family: 'Arial';
    src: url('./ArialMdmItl.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}