@font-face {
    font-family: Farhang;
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/farhang/woff2/FarhangDot1-Thin.woff2') format('woff2'),
        url('/fonts/farhang/woff/FarhangDot1-Thin.woff') format('woff');
}

@font-face {
    font-family: Farhang;
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/farhang/woff2/FarhangDot1-ExtraLight.woff2') format('woff2'),
        url('/fonts/farhang/woff/FarhangDot1-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: Farhang;
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/farhang/woff2/FarhangDot1-Light.woff2') format('woff2'),
        url('/fonts/farhang/woff/FarhangDot1-Light.woff') format('woff');
}

@font-face {
    font-family: Farhang;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/farhang/woff2/FarhangDot1-Medium.woff2') format('woff2'),
        url('/fonts/farhang/woff/FarhangDot1-Medium.woff') format('woff');
}

@font-face {
    font-family: Farhang;
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/farhang/woff2/FarhangDot1-DemiBold.woff2') format('woff2'),
        url('/fonts/farhang/woff/FarhangDot1-DemiBold.woff') format('woff');
}

@font-face {
    font-family: Farhang;
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/farhang/woff2/FarhangDot1-ExtraBold.woff2') format('woff2'),
        url('/fonts/farhang/woff/FarhangDot1-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: Farhang;
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/farhang/woff2/FarhangDot1-Black.woff2') format('woff2'),
        url('/fonts/farhang/woff/FarhangDot1-Black.woff') format('woff');
}

@font-face {
    font-family: Farhang;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/farhang/woff2/FarhangDot1-Bold.woff2') format('woff2'),
        url('/fonts/farhang/woff/FarhangDot1-Bold.woff') format('woff');
}

@font-face {
    font-family: Farhang;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/farhang/woff2/FarhangDot1-Regular.woff2') format('woff2'),
        url('/fonts/farhang/woff/FarhangDot1-Regular.woff') format('woff');
}


html,
body {
    font-family: 'Farhang', 'Vazirmatn', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
        sans-serif;
}