/* ==========================================================================
   Freight Font Faces
   Font files served from /fonts/freight/ (site root)
   ========================================================================== */

/* Freight Text — Serif, used for headings and display text
   ========================================================================== */

@font-face {
  font-family: 'Freight Text';
  src: url('/fonts/freight/FreightText Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Freight Text';
  src: url('/fonts/freight/FreightText Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Freight Sans — Sans-serif, used for body text and UI
   ========================================================================== */

@font-face {
  font-family: 'Freight Sans';
  src: url('/fonts/freight/FreightSans Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Freight Sans';
  src: url('/fonts/freight/FreightSans Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
