/*
Theme Name: قالب اختصاصی بودجکس
Theme URI: https://bodjex.ir
Author: ساسان عابدینی - بودجکس
Description: قالب اختصاصی طراحی شده برای وبسایت های بودجکس 
Version: 1.0
Tags: blog, fast, rtl, responsive
Text Domain: bodjex-theme
*/


@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/woff2/PeydaWeb-Bold.woff2') format('woff2'),
         url('fonts/woff/PeydaWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

/* مثال استفاده */

body {
    font-family: 'PeydaWeb', sans-serif;
    font-weight: 400;
	margin: 0px;
}

strong {
    font-weight: 700; /* Bold */
}

.medium-text {
    font-weight: 500; /* Medium */
}

.black-text {
    font-weight: 900; /* Black */
}
