@font-face {
  font-family: 'FSP Fallback';
  src: local(Arial);
  size-adjust: 53%;
  ascent-override: 159%;
  descent-override: 50%;
}

@font-face {
  font-family: 'Filson Pro';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(''),
       url('../fonts/FilsonProThin.woff2') format('woff2'),
       url('../fonts/FilsonProThin.woff') format('woff');
}
@font-face {
  font-family: 'Filson Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('../fonts/FilsonProLight.woff2') format('woff2'),
       url('../fonts/FilsonProLight.woff') format('woff');
}
@font-face {
  font-family: 'Filson Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/FilsonProRegular.woff2') format('woff2'),
       url('../fonts/FilsonProRegular.woff') format('woff');
}
@font-face {
  font-family: 'Filson Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('../fonts/FilsonProMedium.woff2') format('woff2'),
       url('../fonts/FilsonProMedium.woff') format('woff');
}
@font-face {
  font-family: 'Filson Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/FilsonProBold.woff2') format('woff2'),
       url('../fonts/FilsonProBold.woff') format('woff');
}
@font-face {
  font-family: 'Filson Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(''),
       url('../fonts/FilsonProBlack.woff2') format('woff2'),
       url('../fonts/FilsonProBlack.woff') format('woff');
}