﻿@import url('css2-NotoSansArabicwght300400700_swap.css');

@font-face {
    font-family: 'Zokak';
    src: url('../font/zokak_medium.woff2') format('woff2'),
    url('../font/zokak_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zokak';
    src: url('../font/zokak_bold.woff2') format('woff2'),
    url('../font/zokak_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zokak';
    src: url('../font/zokak_black.woff2') format('woff2'),
    url('../font/zokak_black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body.e-site,
.edit-post-visual-editor .editor-styles-wrapper {
    font-family: 'Noto Sans Arabic', sans-serif;
}

.edit-post-visual-editor .editor-styles-wrapper h1 {
    font-family: 'Zokak', sans-serif;
}

body {
    --etoro-title-font: 'Zokak', sans-serif;
    --etoro-body-font: 'Noto Sans Arabic', sans-serif;
    --etoro-font-regular: 400;
    --etoro-font-medium: 500;
    --etoro-font-bold: 700;
}