/*
 * Trahvl brand faces, loaded site-wide from root.tsx (the header wordmark uses
 * Cormorant Garamond on every route). Variable fonts, latin subset, self-hosted.
 * `trahvl-tokens.css` re-declares the same faces for the homepage bundle; the
 * browser de-duplicates identical @font-face srcs.
 */

/* ---------- fonts (variable, latin subset) ---------- */
@font-face {
  font-family: 'DM Sans';
  src: url('trahvl-dmsans-var.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('trahvl-dmsans-italic-var.woff2') format('woff2');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('trahvl-cormorant-var.woff2') format('woff2');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('trahvl-cormorant-italic-var.woff2') format('woff2');
  font-weight: 500 600;
  font-style: italic;
  font-display: swap;
}
