@font-face {
    font-family: 'ROBOTO-THIN';
    src: url('../../fonts/en/ROBOTO-THIN.TTF') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap
}

@font-face {
    font-family: 'ROBOTO-LIGHT';
    src: url('../../fonts/en/ROBOTO-LIGHT.TTF') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap
}

@font-face {
    font-family: 'ROBOTO-REGULAR';
    src: url('../../fonts/en/ROBOTO-REGULAR.TTF') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap
}

@font-face {
    font-family: 'ROBOTO-MEDIUM';
    src: url('../../fonts/en/ROBOTO-MEDIUM.TTF') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap
}

@font-face {
    font-family: 'ROBOTO-BOLD';
    src: url('../../fonts/en/ROBOTO-BOLD.TTF') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap
}

@font-face {
    font-family: 'ROBOTO-BLACK';
    src: url('../../fonts/en/ROBOTO-BLACK.TTF') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap
}

@font-face {
    font-family: 'BRUNOACESC-REGULAR';
    src: url('../../fonts/en/BRUNOACESC-REGULAR.TTF') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap
}

body {
    font-family: "ROBOTO-REGULAR", sans-serif !important;
}

.fw-100 {
    font-family: ROBOTO-THIN !important
}

.fw-300 {
    font-family: ROBOTO-LIGHT !important
}

.fw-400 {
    font-family: ROBOTO-REGULAR !important
}

.fw-500 {
    font-family: ROBOTO-MEDIUM !important
}

.fw-700 {
    font-family: ROBOTO-BOLD !important
}

.fw-900 {
    font-family: ROBOTO-BLACK !important
}

.brunoacesc-font {
    font-family: "BRUNOACESC-REGULAR", sans-serif !important;
}

@font-face {
    font-family: IBMPLEXSANSARABIC-REGULAR;
    src: url('../../fonts/ar/IBMPLEXSANSARABIC-REGULAR.TTF') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap
}
.ar-font {
    font-family: "IBMPLEXSANSARABIC-REGULAR", sans-serif !important;
}