/* Font definitions - loaded from public folder, not processed by Vite */
@font-face {
  font-family: "ActoCTT";
  src:
    url("./fonts/Acto/ActoCTT-Book.woff2") format("woff2"),
    url("./fonts/Acto/ActoCTT-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ActoCTT";
  src:
    url("./fonts/Acto/ActoCTT-Medium.woff2") format("woff2"),
    url("./fonts/Acto/ActoCTT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ActoCTT";
  src:
    url("./fonts/Acto/ActoCTT-Bold.woff2") format("woff2"),
    url("./fonts/Acto/ActoCTT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ctt-icns";
  src: url("./fonts/ctt-icns.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
