/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Vazir Font Family */
@font-face {
    font-family: 'Vazir';
    src: url('font/Vazir.eot') format('embedded-opentype'),
        url('font/Vazir.woff2') format('woff2'),
        url('font/Vazir.woff') format('woff'),
        url('font/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('font/Vazir-Thin.eot') format('embedded-opentype'),
        url('font/Vazir-Thin.woff2') format('woff2'),
        url('font/Vazir-Thin.woff') format('woff'),
        url('font/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('font/Vazir-Light.eot') format('embedded-opentype'),
        url('font/Vazir-Light.woff2') format('woff2'),
        url('font/Vazir-Light.woff') format('woff'),
        url('font/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('font/Vazir-Medium.eot') format('embedded-opentype'),
        url('font/Vazir-Medium.woff2') format('woff2'),
        url('font/Vazir-Medium.woff') format('woff'),
        url('font/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('font/Vazir-Bold.eot') format('embedded-opentype'),
        url('font/Vazir-Bold.woff2') format('woff2'),
        url('font/Vazir-Bold.woff') format('woff'),
        url('font/Vazir-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Yekan Font Family */
@font-face {
    font-family: 'Yekan';
    src: url('font/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "Vazir", Sans-serif !important;
}


@font-face {
    font-family: 'yekan-bakh';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('font/Yekan-Bakh-FaNum-04-Regular-1.woff') format('woff');
}

@font-face {
    font-family: 'yekan-bakh';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('font/Yekan-Bakh-FaNum-05-Medium-1.woff') format('woff');
}

@font-face {
    font-family: 'yekan-bakh';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('font/Yekan-Bakh-FaNum-07-Heavy.woff') format('woff');
}