﻿@font-face {
  font-family: 'Inter Variable';
  src: url('../font/InterVariable.woff2') format('woff2 supports variations'),
       url('../font/InterVariable.woff2') format('woff2');
  /* Definiert den ununterbrochenen Bereich der verfügbaren Schriftstärken (100 bis 900) */
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: 'Inter Variable', -apple-system, BlinkMacSystemFont, 'Arial', sans-serif;
}
