﻿/* Local-only font aliases (no remote providers).
 *
 * DM Sans: TEMPORARY LOCAL-ONLY — src: local() + Arial.
 * Not self-hosted. Zero remote request. Identical look on every
 * device needs later local WOFF2 files (do not fetch from the network).
 */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: local('DM Sans'), local('DMSans-Regular'), local('Arial');
}
