/* Font Awesome 6 Pro - Solid (900) */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fa-solid-900.woff2") format("woff2"),
       url("/assets/fonts/fa-solid-900.ttf") format("truetype");
}

/* Font Awesome 6 Pro - Regular (400) */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fa-regular-400.woff2") format("woff2"),
       url("/assets/fonts/fa-regular-400.ttf") format("truetype");
}

/* Font Awesome 6 Brands (400) */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fa-brands-400.woff2") format("woff2"),
       url("/assets/fonts/fa-brands-400.ttf") format("truetype");
}

/* Font Awesome 6 Pro - Light (300) */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/assets/fonts/fa-light-300.woff2") format("woff2"),
       url("/assets/fonts/fa-light-300.ttf") format("truetype");
}

/* Font Awesome 6 Pro - Thin (100) */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("/assets/fonts/fa-thin-100.woff2") format("woff2"),
       url("/assets/fonts/fa-thin-100.ttf") format("truetype");
}

/* Font Awesome 6 Duotone (900) */
@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fa-duotone-900.woff2") format("woff2"),
       url("/assets/fonts/fa-duotone-900.ttf") format("truetype");
}

/* Font Awesome 6 Sharp - Solid (900) */
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fa-sharp-solid-900.woff2") format("woff2"),
       url("/assets/fonts/fa-sharp-solid-900.ttf") format("truetype");
}

/* Font Awesome 6 Sharp - Regular (400) */
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fa-sharp-regular-400.woff2") format("woff2"),
       url("/assets/fonts/fa-sharp-regular-400.ttf") format("truetype");
}

/* Font Awesome 6 Sharp - Light (300) */
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/assets/fonts/fa-sharp-light-300.woff2") format("woff2"),
       url("/assets/fonts/fa-sharp-light-300.ttf") format("truetype");
}

/* Font Awesome 6 Sharp - Thin (100) */
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("/assets/fonts/fa-sharp-thin-100.woff2") format("woff2"),
       url("/assets/fonts/fa-sharp-thin-100.ttf") format("truetype");
}

/* Material Design Icons */
@font-face {
  font-family: "Material Design Icons";
  src: url("/assets/fonts/materialdesignicons-webfont.woff2") format("woff2"),
       url("/assets/fonts/materialdesignicons-webfont.woff") format("woff"),
       url("/assets/fonts/materialdesignicons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Boxicons */
@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("/assets/fonts/boxicons.woff2") format("woff2"),
       url("/assets/fonts/boxicons.woff") format("woff"),
       url("/assets/fonts/boxicons.ttf") format("truetype");
}

/* Dripicons */
@font-face {
  font-family: "dripicons-v2";
  src: url("/assets/fonts/dripicons-v2.woff") format("woff"),
       url("/assets/fonts/dripicons-v2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

