/**
 * Studio Koncordia — home page fonts (subset of fonts.css)
 * Same woff2 files and font-display: swap — only families/weights used on index.
 */

/* ——— Syne (display) ——— */
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../assets/fonts/syne-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../assets/fonts/syne-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../assets/fonts/syne-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../assets/fonts/syne-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../assets/fonts/syne-latin-800-normal.woff2") format("woff2");
}

/* ——— IBM Plex Sans (body) ——— */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../assets/fonts/ibm-plex-sans-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../assets/fonts/ibm-plex-sans-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../assets/fonts/ibm-plex-sans-latin-600-normal.woff2") format("woff2");
}
