@charset "utf-8";

/* --- Thin Weight (100) --- */
@font-face {
    font-family: 'Kalameh';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('https://cdn.ratanet.com/font/Kalameh/woff2/KalamehWeb_thin.woff2') format('woff2');
}

/* --- Regular & Medium Weights (400 - 500) --- */
/* این بلوک باعث می‌شود وزن‌های 400 و 500 از فایل Regular استفاده کنند */
@font-face {
    font-family: 'Kalameh';
    font-style: normal;
    font-weight: 400 500; 
    font-display: swap;
    src: url('https://cdn.ratanet.com/font/Kalameh/woff2/KalamehWeb_Regular.woff2') format('woff2');
}

/* --- SemiBold & Bold Weights (600 - 700) --- */
/* این بلوک باعث می‌شود وزن‌های 600 و 700 از فایل Bold استفاده کنند */
@font-face {
    font-family: 'Kalameh';
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    src: url('https://cdn.ratanet.com/font/Kalameh/woff2/KalamehWeb_Bold.woff2') format('woff2');
}

/* --- Black Weight (900) --- */
@font-face {
    font-family: 'Kalameh';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://cdn.ratanet.com/font/Kalameh/woff2/KalamehWeb_Black.woff2') format('woff2');
}