/* Minimal Eastman set for coming-soon only */
@font-face {
  font-family: "Eastman Alternate";
  src: url("../fonts/eastman/EastmanAlternate-Regular.ttf?v=20260818") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eastman Alternate";
  src: url("../fonts/eastman/EastmanAlternate-Medium.ttf?v=20260818") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Coming-soon uses 600; map to medium to avoid extra file */
@font-face {
  font-family: "Eastman Alternate";
  src: url("../fonts/eastman/EastmanAlternate-Medium.ttf?v=20260818") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eastman Alternate";
  src: url("../fonts/eastman/EastmanAlternate-Bold.ttf?v=20260818") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
