@import url("https://fonts.googleapis.com/css?family=Great+Vibes|Roboto:300,400,500,700&display=swap");

@font-face {
    font-family: 'GE Dinar Two Light';
    src: url('../fonts/GE_Dinar_Two_Light.otf');
}

@font-face {
    font-family: 'GE Dinar Two Medium';
    src: url('../fonts/GE_Dinar_Two_Medium.otf');
}

:root {
    --main-font-family-en : 'Roboto';
    --title-font-family-en : 'Great Vibes';

    --main-font-family-ar : 'GE Dinar Two Light';
    --title-font-family-ar : 'GE Dinar Two Medium';
}