/*
 * Local self-hosted version of Typekit fonts
 * Original: https://use.typekit.net/shg7atz.css
 *
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */

/* Filson Pro - Black (900) */
@font-face {
  font-family: "filson-pro";
  src: url("filson-pro-black.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}

/* Filson Pro - Bold (700) */
@font-face {
  font-family: "filson-pro";
  src: url("filson-pro-bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

/* Filson Pro - Regular (400) */
@font-face {
  font-family: "filson-pro";
  src: url("filson-pro-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

/* Filson Soft - Regular (400) */
@font-face {
  font-family: "filson-soft";
  src: url("filson-soft-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

/* Filson Soft - Bold (700) */
@font-face {
  font-family: "filson-soft";
  src: url("filson-soft-bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

/* Utility classes */
.tk-filson-pro {
  font-family: "filson-pro", sans-serif;
}

.tk-filson-soft {
  font-family: "filson-soft", sans-serif;
}
