/*
Theme Name: Atrin Tejarat
Theme URI: 
Author: Your Name
Author URI: 
Description: Custom WordPress Theme for Atrin Tejarat.
Version: 1.0.0
Text Domain: atrintejerat
*/

/* Add your custom styles below */

/* Yekan Bakh Fonts */
@font-face {
    font-family: 'Yekan Bakh';
    src: url('assets/fonts/yekan bakh/Yekan-Bakh-FaNum-04-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Yekan Bakh';
    src: url('assets/fonts/yekan bakh/Yekan-Bakh-FaNum-05-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Yekan Bakh';
    src: url('assets/fonts/yekan bakh/Yekan-Bakh-FaNum-06-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Rokh Pro Fonts */
@font-face {
    font-family: 'Rokh Pro';
    src: url('assets/fonts/Rokh_Pro/Rokh_Pro/RokhFaNum-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Rokh Pro';
    src: url('assets/fonts/Rokh_Pro/Rokh_Pro/RokhFaNum-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Rokh Pro';
    src: url('assets/fonts/Rokh_Pro/Rokh_Pro/RokhFaNum-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Yekan Bakh', 'Rokh Pro', Tahoma, Arial, sans-serif;
    background: #ECEBF2;
}
