/* 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 – from Adobe TypeKit (kit yxc0hij), hosted on use.typekit.net */
@font-face {
  font-family: "filson-pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://use.typekit.net/af/19c742/0000000000000000000157c9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2");
}
@font-face {
  font-family: "filson-pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://use.typekit.net/af/fcca1c/0000000000000000000157c8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2");
}
@font-face {
  font-family: "filson-pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://use.typekit.net/af/c12453/0000000000000000000157bf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2");
}
