/*
Theme Name: Hello Elementor Child
Theme URI: https://pixflow.ir/
Description: Child Theme for Hello Elementor
Author: Habib
Author URI: https://pixflow.ir/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Custom CSS */

body{
    font-family: inherit;
}

@font-face {
    font-family: 'Peyda';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/peyda/PeydaWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/peyda/PeydaWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/peyda/PeydaWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/peyda/PeydaWeb-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: 'Peyda', Tahoma, Arial, sans-serif !important;
}