/* Inter self-hosted via system/local faces — avoids third-party font CDNs (CSP font-src 'self'). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src:
    local('Inter'),
    local('Inter Variable'),
    local('Segoe UI'),
    local('Helvetica Neue'),
    local('Arial');
}
