/*
 * TESSA Training — local Garet font stack (body/UI)
 * Served from same origin. No external requests.
 */

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

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