/* AG Bell Method — webfont loader
 * Lexend Zetta (display) — brand-provided .ttf files, self-hosted.
 * Unna (body) — loaded from Google Fonts (substitution; brand files not provided).
 */

@font-face { font-family: 'Lexend Zetta'; font-weight: 100; font-style: normal; font-display: swap;
  src: url('./LexendZetta-Thin.ttf') format('truetype'); }
@font-face { font-family: 'Lexend Zetta'; font-weight: 200; font-style: normal; font-display: swap;
  src: url('./LexendZetta-ExtraLight.ttf') format('truetype'); }
@font-face { font-family: 'Lexend Zetta'; font-weight: 300; font-style: normal; font-display: swap;
  src: url('./LexendZetta-Light.ttf') format('truetype'); }
@font-face { font-family: 'Lexend Zetta'; font-weight: 400; font-style: normal; font-display: swap;
  src: url('./LexendZetta-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Lexend Zetta'; font-weight: 500; font-style: normal; font-display: swap;
  src: url('./LexendZetta-Medium.ttf') format('truetype'); }
@font-face { font-family: 'Lexend Zetta'; font-weight: 600; font-style: normal; font-display: swap;
  src: url('./LexendZetta-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'Lexend Zetta'; font-weight: 700; font-style: normal; font-display: swap;
  src: url('./LexendZetta-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Lexend Zetta'; font-weight: 800; font-style: normal; font-display: swap;
  src: url('./LexendZetta-ExtraBold.ttf') format('truetype'); }
@font-face { font-family: 'Lexend Zetta'; font-weight: 900; font-style: normal; font-display: swap;
  src: url('./LexendZetta-Black.ttf') format('truetype'); }

/* Unna — body serif. Brand-provided .ttf files, self-hosted. */
@font-face { font-family: 'Unna'; font-weight: 400; font-style: normal; font-display: swap;
  src: url('./Unna-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Unna'; font-weight: 400; font-style: italic; font-display: swap;
  src: url('./Unna-Italic.ttf') format('truetype'); }
@font-face { font-family: 'Unna'; font-weight: 700; font-style: normal; font-display: swap;
  src: url('./Unna-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Unna'; font-weight: 700; font-style: italic; font-display: swap;
  src: url('./Unna-BoldItalic.ttf') format('truetype'); }
