/* Self-hosted copies of the site's Adobe Fonts (Typekit) families.
   The original kit is domain-locked to francoissechet.com, so we host the
   font files locally and declare the same family names (ftnk, vcsm). */

@font-face {
  font-family: "ftnk";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonts/ftnk-400.woff2") format("woff2"),
       url("fonts/ftnk-400.woff") format("woff");
}
@font-face {
  font-family: "ftnk";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("fonts/ftnk-500.woff2") format("woff2"),
       url("fonts/ftnk-500.woff") format("woff");
}
@font-face {
  font-family: "ftnk";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("fonts/ftnk-700.woff2") format("woff2"),
       url("fonts/ftnk-700.woff") format("woff");
}
@font-face {
  font-family: "vcsm";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonts/vcsm-400.woff2") format("woff2"),
       url("fonts/vcsm-400.woff") format("woff");
}
@font-face {
  font-family: "vcsm";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("fonts/vcsm-700.woff2") format("woff2"),
       url("fonts/vcsm-700.woff") format("woff");
}
