/**
 * 10-font.css
 * Author: einfach-machen.berlin - Daniel Kaiser
**/

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-weight: 200;
  src: url('../fonts/Inter-Light.woff') format('woff'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-weight: 400;
  src: url('../fonts/Inter-Regular.woff') format('woff'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-weight: 500;
  src: url('../fonts/Inter-Medium.woff') format('woff'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-weight: 600;
  src: url('../fonts/Inter-SemiBold.woff') format('woff'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-weight: 700;
  src: url('../fonts/Inter-Bold.woff') format('woff'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-weight: 900;
  src: url('../fonts/Inter-ExtraBold.woff') format('woff'); 
}
