/* تعريف خطوط LamaSans */

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

@font-face {
  font-family: 'LamaSans';
  src: url('./LamaSans-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'LamaSans';
  src: url('./LamaSans-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'LamaSans';
  src: url('./LamaSans-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'LamaSans';
  src: url('./LamaSans-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'LamaSans';
  src: url('./LamaSans-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'LamaSans';
  src: url('./LamaSans-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'LamaSans';
  src: url('./LamaSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'LamaSans';
  src: url('./LamaSans-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'LamaSans';
  src: url('./LamaSans-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}