﻿/* Light */
@font-face {
    font-family: 'MyCustomFont';
    src: url('/fonts/arabic-font/GE-Dinar-Two-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'MyCustomFont';
    src: url('/fonts/arabic-font/GE-Dinar-One-Medium.otf') format('opentype'), url('/fonts/arabic-font/GE-Dinar-One-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'MyCustomFont', sans-serif !important;
}

.ui.services-menu .service .title {
    font-family: 'MyCustomFont', sans-serif !important;
}