/*
 * Exact custom fonts, self-hosted from the theme.
 * Reproduced VERBATIM from the site's Elementor Custom Fonts (elementor_font CPT):
 *   - Eskool  : family 'Eskool',  weight 400, style normal  -> Eskool-Regular.ttf
 *   - Thunder : family 'Thunder', weight 900, style normal  -> Thunder-ExtraBoldLC.ttf
 *   - Thunder : family 'Thunder', weight 800, style normal  -> Thunder-BoldLC.ttf
 *   - Thunder : family 'Thunder', weight 700, style normal  -> Thunder-SemiBoldLC.ttf
 * The .ttf files are byte-identical to the originals (md5 verified), so glyph
 * rendering is identical to the live Elementor site.
 */

@font-face {
  font-family: 'Eskool';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Eskool-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Thunder';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('fonts/Thunder-ExtraBoldLC.ttf') format('truetype');
}

@font-face {
  font-family: 'Thunder';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/Thunder-BoldLC.ttf') format('truetype');
}

@font-face {
  font-family: 'Thunder';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Thunder-SemiBoldLC.ttf') format('truetype');
}
