/*
 * Self-hosted brand web fonts for the public-facing surfaces (marketing site,
 * developer docs, apply, signup). Albert Sans + Geist as variable fonts.
 *
 * The url() references are bare logical asset names; Propshaft rewrites them to
 * the digested, CDN-served paths at request time (same mechanism the app's
 * tailwind.css relies on). Served as an external, browser-cacheable stylesheet
 * rather than an inline <style> block, and replaces the third-party Google
 * Fonts request the other public layouts used to make.
 */
@font-face {
  font-family: 'Albert Sans';
  src: url("/assets/albert-sans-variable-latin-b7fa586f.woff2") format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Albert Sans';
  src: url("/assets/albert-sans-variable-latin-ext-ef137efb.woff2") format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Geist';
  src: url("/assets/geist-variable-latin-faa79069.woff2") format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  src: url("/assets/geist-variable-latin-ext-97715e15.woff2") format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
