/*
 * CFA brand faces (Azo Sans / Flecha S).
 *
 * Loaded directly from index.html (<link href="/fonts.css">) so the bundler
 * leaves the /fonts/*.woff2 URLs untouched. The licensed binaries are NOT
 * committed (see public/fonts/README.md and .gitignore) — drop them into
 * public/fonts/ using the exact filenames below to activate the brand type.
 *
 * `format()` hints let the browser pick woff2 over woff without a round-trip;
 * `font-display: swap` renders the fallback immediately and swaps in the brand
 * face on load (no invisible text / FOIT).
 */

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-Thin.woff2') format('woff2'),
    url('/fonts/AzoSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-ThinItalic.woff2') format('woff2'),
    url('/fonts/AzoSans-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-Light.woff2') format('woff2'),
    url('/fonts/AzoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-LightItalic.woff2') format('woff2'),
    url('/fonts/AzoSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-Regular.woff2') format('woff2'),
    url('/fonts/AzoSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-Italic.woff2') format('woff2'),
    url('/fonts/AzoSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-Medium.woff2') format('woff2'),
    url('/fonts/AzoSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-MediumItalic.woff2') format('woff2'),
    url('/fonts/AzoSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-Bold.woff2') format('woff2'),
    url('/fonts/AzoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-BoldItalic.woff2') format('woff2'),
    url('/fonts/AzoSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-Black.woff2') format('woff2'),
    url('/fonts/AzoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Azo Sans';
  src:
    url('/fonts/AzoSans-BlackItalic.woff2') format('woff2'),
    url('/fonts/AzoSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Flecha S';
  src:
    url('/fonts/FlechaS-Medium.woff2') format('woff2'),
    url('/fonts/FlechaS-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
