/* FoundersGrotesk normal 400 / 500 / 600 / 700 (Latin only - 한글은 fallback 폰트) */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("founders-grotesk-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FoundersGrotesk";
  src: url("founders-grotesk-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FoundersGrotesk";
  src: url("founders-grotesk-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FoundersGrotesk";
  src: url("founders-grotesk-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
