/* Self-hosted brand faces. This file is .erb because only sprockets can resolve
   digested asset URLs — the tailwind CLI cannot, which is why @font-face lives
   here and not in app/assets/tailwind/application.css.
   Loading these from CDNs (three times over) was the previous setup: an outage or
   a slow street connection silently downgraded the whole brand to Helvetica.

   WOFF2, subset to the characters this site actually writes (Latin, French
   accents, the œ ligature, the ʳ and ᵉ of « 1ᵉʳ novembre », the − of « −30 % »,
   arrows, currency). The originals were raw desktop formats served to the web:
   InterVariable shipped as an 880 KB .ttf on every page, preloaded, blocking.
   That is 184 KB now, with both variable axes intact.
   The uncompressed masters live in vendor/fonts/ — out of the asset pipeline,
   so they are archived without being precompiled or served. */

@font-face {
  font-family: "Futura Std";
  src: url(/assets/FuturaStdBook-b1a08d2fb8570967321a612400620b9e3fd137ccdb79f7f152577c363a0d0452.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Std";
  src: url(/assets/FuturaStdMedium-704e915ed1344ad6a81e22f5742eb1fa12edd7ece3abeac6bca47f7004da605f.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Std";
  src: url(/assets/FuturaStdBold-acd22dcdf37f636b78ad36106b4dd4888bce3f485d1eb74c43dcc334d1556557.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Std";
  src: url(/assets/FuturaStdHeavy-a107cb4899b60a1a5dc024e1c9d0e8bfed837ef35b558e7bb23fab0c1ed4c20d.woff2) format("woff2");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/InterVariable-866795ccb7e4fa77cb0367bf6ee9a66350f92dfefc0b5907abdbd518918b60a6.woff2) format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
