/**
 * Font faces — paths are relative to this file (assets/css/).
 * Works with file://, Live Server, and production deploy from template root.
 */
@font-face {
  font-family: "payda";
  src: url("../fonts/payda/PeydaWebFaNum-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "payda";
  src: url("../fonts/payda/PeydaWebFaNum-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "payda";
  src: url("../fonts/payda/PeydaWebFaNum-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
