/* ==========================================
   Local Fonts for Offline Claude Code Docs
   ========================================== */

/* Inter - replacement for Anthropic Sans */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter/Inter-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter/Inter-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('inter/Inter-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('inter/Inter-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('inter/Inter-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('inter/Inter-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('inter/Inter-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('inter/Inter-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('inter/Inter-ExtraBoldItalic.ttf') format('truetype');
}

/* LM Roman - for LaTeX math rendering */
@font-face {
  font-family: 'Latin Modern';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('latex/LM-regular.woff2') format('woff2'),
       url('latex/LM-regular.woff') format('woff'),
       url('latex/LM-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Latin Modern';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('latex/LM-italic.woff2') format('woff2'),
       url('latex/LM-italic.woff') format('woff'),
       url('latex/LM-italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Latin Modern';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('latex/LM-bold.woff2') format('woff2'),
       url('latex/LM-bold.woff') format('woff'),
       url('latex/LM-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Latin Modern';
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src: url('latex/LM-bold-italic.woff2') format('woff2'),
       url('latex/LM-bold-italic.woff') format('woff'),
       url('latex/LM-bold-italic.ttf') format('truetype');
}

/* CMU Typewriter - for code */
@font-face {
  font-family: 'CMU Typewriter Text';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('latex/cmuntt.woff') format('woff');
}
