/* Hair (100) */
@font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-Hair.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-HairItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
  }
  
  /* Thin (200) */
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-Thin.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-ThinItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  
  /* Light (300) */
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  /* Regular (400) */
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* Falls du eine normale Italic statt LightItalic/ThinItalic verwendest: */
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  
  /* Demibold (600) */
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-Demibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-DemiboldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
  }
  
  /* Bold (700) */
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }
  
  /* Black (900) */
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Mundial';
    src: url('woff2/Mundial-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }