/**
 * 2LZ Website - Self-hosted DM Sans Font
 * Matches admin panel typography
 * Variable font: single file, all weights (400-700)
 * v3
 */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/dm-sans-var-latin.woff2') format('woff2');
}
