/**
 * Client-approved card fonts — self-hosted TTF (each face loads separately).
 * Arial uses the OS face; all others are served from /assets/fonts/.
 */
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Helvetica.ttf") format("truetype");
}

@font-face {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Tahoma.ttf") format("truetype");
}

@font-face {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Georgia.ttf") format("truetype");
}

@font-face {
  font-family: "Palatino Linotype";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Palatino.ttf") format("truetype");
}

@font-face {
  font-family: "Palatino";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Palatino.ttf") format("truetype");
}

@font-face {
  font-family: "Courier New";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/CourierPrime-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Courier";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/CourierPrime-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Impact";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Impact.ttf") format("truetype");
}

@font-face {
  font-family: "Stencil Font";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Stencil.ttf") format("truetype");
}

@font-face {
  font-family: "SF Sports Night NS";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("https://db.onlinewebfonts.com/t/3a6b4db2e9473789e2b09df0875560bb.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/3a6b4db2e9473789e2b09df0875560bb.woff") format("woff");
}
