/**
 * Self-hosted ZT Talk, the Innotel brand title face.
 *
 * The files carry per-weight internal family names ("ZT Talk", "ZT Talk Med",
 * "ZT Talk SemBd"), which browsers ignore for webfonts: the family declared
 * here is what CSS matches, so every weight is exposed as one 'ZT Talk' family.
 *
 * Not subset (~31KB each, 450 glyphs, full pt_BR coverage verified), so no
 * unicode-range split is needed the way Inter has one.
 *
 * Titles use 600 and 700; the other faces are declared so a heading at another
 * weight is never faux-bolded or faux-italicised by the browser. Browsers only
 * download the faces a page actually uses.
 *
 * Preload the 600/700 files in the document head for faster first paint.
 */
@font-face {
  font-family: 'ZT Talk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/zt-talk/ZTTalk-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'ZT Talk';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/zt-talk/ZTTalk-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'ZT Talk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/zt-talk/ZTTalk-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'ZT Talk';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/zt-talk/ZTTalk-MediumItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'ZT Talk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/zt-talk/ZTTalk-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'ZT Talk';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/zt-talk/ZTTalk-SemiBoldItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'ZT Talk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/zt-talk/ZTTalk-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'ZT Talk';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/zt-talk/ZTTalk-BoldItalic.woff2') format('woff2');
}
