/* Exact font assets from https://form-chat-62545304.figma.site/ (2026-09-22).
 * The published .woff2 URLs serve sfnt bytes; retain their actual font formats. */
@font-face {
  font-family: 'Euclid Circular A';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/phase2/fonts/euclid-circular-a-400.otf') format('opentype');
}

@font-face {
  font-family: 'Euclid Circular A';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/phase2/fonts/euclid-circular-a-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Euclid Circular A';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/phase2/fonts/euclid-circular-a-600.otf') format('opentype');
}

@font-face {
  font-family: 'Euclid Circular A';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/phase2/fonts/euclid-circular-a-700.ttf') format('truetype');
}
