/* 
 * Filson Font Family - Local Version for Offline Use
 * Downloaded from Adobe Typekit: https://use.typekit.net/cgw1dxm.css
 * 
 * IMPORTANT: These fonts are subject to Adobe Typekit Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit
 * Please ensure you have the appropriate license for self-hosting these fonts.
 */

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

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

/* Filson Soft - Regular (400) */
@font-face {
    font-family: "filson-soft";
    src: url("./filson-soft-regular.woff2") format("woff2");
    font-display: auto;
    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: auto;
    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;
}

