@font-face {
    font-family: 'iranyekanwebregular_FaNum';
    src: url('../fontawesome/webfonts/iranyekanwebregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --e-global-typography-primary-font-family: "iranyekanwebregular_FaNum";
    --e-global-typography-primary-font-weight: normal;
    --e-global-typography-secondary-font-family: "iranyekanwebregular_FaNum";
    --e-global-typography-secondary-font-weight: normal;
    --e-global-typography-text-font-family: "iranyekanwebregular_FaNum";
    --e-global-typography-text-font-weight: normal;
    --e-global-typography-accent-font-family: "iranyekanwebregular_FaNum";
    --e-global-typography-accent-font-weight: normal;
}

* {
    font-family: "iranyekanwebregular_FaNum", Sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}