@font-face {
    font-family: 'ABCFavorit';
    src: url('../index/ABCFavorit-Medium.woff2') format('woff2');
    font-weight: 500; /* Medium */
  }
  
  @font-face {
    font-family: 'ABCFavorit';
    src: url('../index/ABCFavorit-Regular.woff2') format('woff2');
    font-weight: normal; /* Regular */
  }
  
  @font-face {
    font-family: 'Mundo';
    src: url('../index/Mundo-Bold.woff2') format('woff2');
    font-weight: bold; /* Bold */
  }
  
  @font-face {
    font-family: 'Mundo';
    src: url('../index/Mundo-ExtraBold.woff2') format('woff2');
    font-weight: 800; /* Extra Bold */
  }
  
  @font-face {
    font-family: 'Mundo';
    src: url('../index/Mundo-Light.woff2') format('woff2');
    font-weight: 300; /* Light */
  }
  
  @font-face {
    font-family: 'Mundo';
    src: url('../index/Mundo-Regular.woff2') format('woff2');
    font-weight: normal; /* Regular */
  }
  
  @font-face {
    font-family: 'Mundo';
    src: url('../index/Mundo-SemiBold.woff2') format('woff2');
    font-weight: 600; /* SemiBold */
  }
  