/* KalamehWeb Thin (100) */
@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWeb-Thin.woff2') format('woff2'),
       url('../fonts/KalamehWeb-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* KalamehWeb Light (300) */
@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWeb-Light.woff2') format('woff2'),
       url('../fonts/KalamehWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* KalamehWeb Regular (400) */
@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWeb-Regular.woff2') format('woff2'),
       url('../fonts/KalamehWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* KalamehWeb Medium (500) */
@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWeb-Medium.woff2') format('woff2'),
       url('../fonts/KalamehWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* KalamehWeb Bold (700) */
@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWeb-Bold.woff2') format('woff2'),
       url('../fonts/KalamehWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* KalamehWeb Black (900) */
@font-face {
  font-family: 'KalamehWeb';
  src: url('../fonts/KalamehWeb-Black.woff2') format('woff2'),
       url('../fonts/KalamehWeb-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
