/*
 * Self-hosted fonts for inline_forms, served through Sprockets (ERB) so
 * asset_path emits correct digested URLs in every environment.
 *
 * - Open Sans v44 latin 400 / 400 italic: replaces the external
 *   `@import url(http://fonts.googleapis.com/...)` that lived in
 *   inline_forms.scss / devise.scss (insecure scheme + runtime third-party
 *   dependency). Files live in app/assets/fonts/.
 * - Foundation Icons v3 (MIT, ZURB): the @font-face moved here from
 *   _foundation_icons.scss because the Dart Sass-built CSS is served from
 *   /assets/inline_forms/inline_forms.css, so its relative font reference
 *   resolved to /assets/inline_forms/foundation-icons.woff and 404'd; the
 *   fonts' real logical paths are flat (/assets/foundation-icons.*).
 */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/opensans-v44-latin-regular-d7e777359f761d0d2213f20c02b24f16369bb42a264c5bf68b9c214ea69c9748.woff2) format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/opensans-v44-latin-italic-fb9bbd6d78eec6889abe374b4a4cd00b8e8c880aad92881c97799fadcccba0b8.woff2) format("woff2");
}

@font-face {
  font-family: "foundation-icons";
  src: url(/assets/foundation-icons-25761227484178e75ba2a3687530fd51643c5467e1cb0f2c22c87bc4ac3508c7.woff) format("woff"),
       url(/assets/foundation-icons-57c83b3cc4782ae9a77c5b0b0429181dcbaab29e5551d6cdc3351f982626cc1d.ttf) format("truetype"),
       url(/assets/foundation-icons-77d9b34b9749ca930fcacd3fe5b3b786fa7885737f78ac05563b7db03844d291.svg#fontcustom) format("svg");
  font-weight: normal;
  font-style: normal;
}
