@font-face {
  font-family: 'Stencil-Thin';
  src: url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Fallback für Legacy-Theme - verwende Inter als Ersatz für Stencil */
@font-face {
  font-family: 'Stencil-Thin';
  src: local('Inter'), local('system-ui'), local('sans-serif');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stencil-Thin';
  src: local('Inter'), local('system-ui'), local('sans-serif');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} 