/* 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. */

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

@font-face {
  font-family: "Futura Std";
  src: url(/assets/FuturaStdMedium-741b9a590a4b54a0dc1b7d2ee41ae19da954b65ec867a8e1153b2e33f639deee.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Inter";
  src: url(/assets/InterVariable-14e56560d1eb4d7f1d3b1572a7854a82ec5282234b785d0d96d605ce48ed7277.ttf) format("truetype-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.
 *


 */
