/**
 * Estedad Font Family
 * Persian/Farsi Web Font
 * Modern and clean typeface for Persian text
 */

@font-face {
    font-family: 'Estedad';
    src: url('./webfonts/statics/Estedad-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('./webfonts/statics/Estedad-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('./webfonts/statics/Estedad-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('./webfonts/statics/Estedad-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('./webfonts/statics/Estedad-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('./webfonts/statics/Estedad-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('./webfonts/statics/Estedad-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('./webfonts/statics/Estedad-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('./webfonts/statics/Estedad-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Font utility classes */
.font-estedad {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
}

.font-estedad-thin {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
    font-weight: 100;
}

.font-estedad-extralight {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
    font-weight: 200;
}

.font-estedad-light {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
    font-weight: 300;
}

.font-estedad-regular {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
    font-weight: 400;
}

.font-estedad-medium {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
    font-weight: 500;
}

.font-estedad-semibold {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
    font-weight: 600;
}

.font-estedad-bold {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
    font-weight: 700;
}

.font-estedad-extrabold {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
    font-weight: 800;
}

.font-estedad-black {
    font-family: 'Estedad', 'Tahoma', 'Arial', sans-serif;
    font-weight: 900;
}
