@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('./fonts/Arial/Arial_Regular.woff') format('woff');
}
@font-face {
    font-family: 'Arial Light';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Light'), url('./fonts/Arial/Arial_Light.woff') format('woff');
}
@font-face {
    font-family: 'Arial Ultra Light';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Ultra Light'), url('./fonts/Arial/Arial_Ultra_Light.woff') format('woff');
}
@font-face {
    font-family: 'Arial Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Medium'), url('fonts/Arial/Arial_Medium.woff') format('woff');
}
@font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('fonts/Arial/Arial_Bold.woff') format('woff');
}
@font-face {
    font-family: 'Arial ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial ExtraBold'), url('fonts/Arial/Arial_ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black'), url('fonts/Arial/Arial_Black.woff') format('woff');
}