/**
 * Kalameh Font Face
 * 
 * @package Narmalo
 * @since 1.0.0
 */

/* Kalameh Thin */
@font-face {
    font-family: 'Kalameh';
    src: url('../fonts/KalamehWeb(FaNum)-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Kalameh ExtraLight */
@font-face {
    font-family: 'Kalameh';
    src: url('../fonts/KalamehWeb(FaNum)-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Kalameh Light */
@font-face {
    font-family: 'Kalameh';
    src: url('../fonts/KalamehWeb(FaNum)-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Kalameh Regular */
@font-face {
    font-family: 'Kalameh';
    src: url('../fonts/KalamehWeb(FaNum)-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Kalameh Medium */
@font-face {
    font-family: 'Kalameh';
    src: url('../fonts/KalamehWeb(FaNum)-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Kalameh SemiBold */
@font-face {
    font-family: 'Kalameh';
    src: url('../fonts/KalamehWeb(FaNum)-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Kalameh Bold */
@font-face {
    font-family: 'Kalameh';
    src: url('../fonts/KalamehWeb(FaNum)-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Kalameh ExtraBold */
@font-face {
    font-family: 'Kalameh';
    src: url('../fonts/KalamehWeb(FaNum)-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Kalameh Black */
@font-face {
    font-family: 'Kalameh';
    src: url('../fonts/KalamehWeb(FaNum)-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
