@font-face {
    font-family: 'Aria';
    src: url('eot/AriaWeb-Regular.eot'); /* IE9 Compat Modes */
    src: url('eot/AriaWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('woff2/AriaWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('woff/AriaWeb-Regular.woff') format('woff'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aria';
    src: url('eot/AriaWeb-Bold.eot');
    src: url('eot/AriaWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('woff2/AriaWeb-Bold.woff2') format('woff2'),
         url('woff/AriaWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}