/* Real Claude Desktop fonts, extracted from Claude.app (Anthropic proprietary).
   For local / internal AI4LAW course use. Do NOT redistribute publicly —
   for a public deploy swap to a licensed substitute (e.g. Source Serif 4 / Inter). */

@font-face{
  font-family:'Anthropic Serif';
  src:url('./AnthropicSerif-Variable.ttf') format('truetype-variations');
  font-weight:300 700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Anthropic Serif';
  src:url('./AnthropicSerif-Italic-Variable.ttf') format('truetype-variations');
  font-weight:300 700;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:'Anthropic Sans';
  src:url('./AnthropicSans-Variable.ttf') format('truetype-variations');
  font-weight:300 700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Anthropic Sans';
  src:url('./AnthropicSans-Italic-Variable.ttf') format('truetype-variations');
  font-weight:300 700;
  font-style:italic;
  font-display:swap;
}

/* Anthropicons — the real Claude UI icon font (CDS), extracted from claude.ai cache.
   Variable: wght 400-700, opsz 12-32, ANIM/ANM2 (animation axes, kept at 0 = static). */
@font-face{
  font-family:'Anthropicons';
  src:url('Anthropicons.woff2') format('woff2');
  font-weight:400 700;
  font-display:block;
}
