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

/* CSS custom property for easy reference */
:root { 
  --font-sans: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; 
}

/* Apply to body for consistent base font */
body { 
  font-family: var(--font-sans); 
}