@font-face {
    font-family: 'ars_bold';
    src: url('/system/fonts/ars_bold.eot');
    src: url('/system/fonts/ars_bold.eot?#iefix') format('embedded-opentype'),
         url('/system/fonts/ars_bold.woff') format('woff'),
         url('/system/fonts/ars_bold.ttf') format('truetype'),
         url('/system/fonts/ars_bold.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ars_medium';
    src: url('/system/fonts/ars_medium.eot');
    src: url('/system/fonts/ars_medium.eot?#iefix') format('embedded-opentype'),
         url('/system/fonts/ars_medium.woff') format('woff'),
         url('/system/fonts/ars_medium.ttf') format('truetype'),
         url('/system/fonts/ars_medium.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ars_regular';
    src: url('/system/fonts/ars_regular.eot');
    src: url('/system/fonts/ars_regular.eot?#iefix') format('embedded-opentype'),
         url('/system/fonts/ars_regular.woff') format('woff'),
         url('/system/fonts/ars_regular.ttf') format('truetype'),
         url('/system/fonts/ars_regular.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

.regular {
	font-family: ars_regular !important;
}

.medium {
	font-family: ars_medium !important;
}

.bold {
	font-family: ars_bold !important;
}