@font-face {
    font-family: "YekanBakh";
    src: url("./Yekan-Bakh/Yekan-Bakh-FaNum-04-Regular.ttf") format("truetype"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-04-Regular.woff") format("woff"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-04-Regular.eot");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YekanBakh";
    src: url("./Yekan-Bakh/Yekan-Bakh-FaNum-05-Medium.ttf") format("truetype"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-05-Medium.woff") format("woff"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-05-Medium.eot");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "YekanBakh";
    src: url("./Yekan-Bakh/Yekan-Bakh-FaNum-06-Bold.ttf") format("truetype"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-06-Bold.woff") format("woff"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-06-Bold.eot");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "YekanBakh";
    src: url("./Yekan-Bakh/Yekan-Bakh-FaNum-07-Heavy.ttf") format("truetype"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-07-Heavy.woff") format("woff"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-07-Heavy.eot");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "YekanBakh";
    src: url("./Yekan-Bakh/Yekan-Bakh-FaNum-08-Fat.ttf") format("truetype"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-08-Fat.woff") format("woff"),
         url("./Yekan-Bakh/Yekan-Bakh-FaNum-08-Fat.eot");
    font-weight: 900;
    font-style: normal;
}
:root {
    --main-font: 'YekanBakh', sans-serif;
    --primary-color: #ff6b6b;
    --secondary-color: #ff8e8e;
    --background: #ffffff;
    --card-bg: #f8f9fa;
    --text-primary: #333333;
    --text-secondary: #666666;
    --border-radius: 15px;
    --shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

* {
    font-family: var(--main-font);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}