/* Filson Pro and Poppins – loaded so site fonts work without depending on SASS build */

/* Poppins – from Fontsource CDN (works without local files) */
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/poppins@latest/latin-400-normal.woff2")
    format("woff2");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/poppins@latest/latin-500-normal.woff2")
    format("woff2");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/poppins@latest/latin-600-normal.woff2")
    format("woff2");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/poppins@latest/latin-700-normal.woff2")
    format("woff2");
}

/* Filson Pro – locally hosted fonts */
@font-face {
  font-family: "filson-pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("/fonts/FilsonPro-Regular.woff2") format("woff2"),
    url("/fonts/FilsonPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "filson-pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url("/fonts/FilsonPro-Medium.woff2") format("woff2"),
    url("/fonts/FilsonPro-Medium.woff") format("woff");
}
@font-face {
  font-family: "filson-pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url("/fonts/FilsonPro-Medium.woff2") format("woff2"),
    url("/fonts/FilsonPro-Medium.woff") format("woff");
}
@font-face {
  font-family: "filson-pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/FilsonPro-Bold.woff2") format("woff2");
}
