/* =============================
   Font Awesome 6 Pro – sa font-display: swap
   Putanja: /assets/fonts/
   ============================= */

/* Light 300 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("/assets/fonts/fa-light-300.woff2") format("woff2"),
       url("/assets/fonts/fa-light-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular 400 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("/assets/fonts/fa-regular-400.woff2") format("woff2"),
       url("/assets/fonts/fa-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Solid 900 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("/assets/fonts/fa-solid-900.woff2") format("woff2"),
       url("/assets/fonts/fa-solid-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Brands (ako koristiš brand ikone) */
@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("/assets/fonts/fa-brands-400.woff2") format("woff2"),
       url("/assets/fonts/fa-brands-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Duotone (ako koristiš, možeš obrisati ako ti ne treba) */
@font-face {
  font-family: "Font Awesome 6 Duotone";
  src: url("/assets/fonts/fa-duotone-regular-400.woff2") format("woff2"),
       url("/assets/fonts/fa-duotone-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
