﻿/* Arial-fonts */
@font-face {
    font-family: 'Arial-Bold';
    src: url('Arial-BoldMT.eot'); /* IE9 Compat Modes */
    src: url('Arial-BoldMT.otf') format('opentype'), /* Open Type Font */
    url('Arial-BoldMT.svg') format('svg'), /* Legacy iOS */
    url('Arial-BoldMT.TTF') format('truetype'), /* Safari, Android, iOS */
    url('Arial-BoldMT.woff') format('woff'), /* Modern Browsers */
    url('Arial-BoldMT.woff2') format('woff2'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial-Regular';
    src: url('Arial-Regular.eot'); /* IE9 Compat Modes */
    src: url('Arial-Regular.otf') format('opentype'), /* Open Type Font */
    url('Arial-Regular.svg') format('svg'), /* Legacy iOS */
    url('Arial-Regular.TTF') format('truetype'), /* Safari, Android, iOS */
    url('Arial-Regular.woff') format('woff'), /* Modern Browsers */
    url('Arial-Regular.woff2') format('woff2'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
