/* Subset for home: only weights used in tailwind + new3 (drops Kanit + unused faces) */

@font-face {
  font-family: "Encode Sans Expanded";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/EncodeSansExpanded-Bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Encode Sans Expanded";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/EncodeSansExpanded-Black.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Inter-SemiBold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter-Bold.ttf) format("truetype");
  font-display: swap;
}
