/*
 * فونت ساحل ← بازنویسی‌شده به مسیر لوکال (بند ۲٫۲٫۲ میثاق فنی).
 * منبع اصلی: https://c7n.ir/fonts/sahel/load.css
 * هیچ ارجاعی به origin بیرونی باقی نمانده است.
 */

@font-face {
  font-family: "Sahel";
  src: url("./Sahel.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sahel";
  src: url("./Sahel.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sahel";
  src: url("./Sahel-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sahel";
  src: url("./Sahel-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sahel";
  src: url("./Sahel-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Sahel", sans-serif;
}
