/**
 * Mont font family - simplified to weights used by the site.
 * This avoids conflicting font-face definitions for the same weight.
 */

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-Light.woff2') format('woff2'),
       url('fonts/Mont-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-LightItalic.woff2') format('woff2'),
       url('fonts/Mont-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-RegularItalic.woff2') format('woff2'),
       url('fonts/Mont-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-SemiBoldItalic.woff2') format('woff2'),
       url('fonts/Mont-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-BoldItalic.woff2') format('woff2'),
       url('fonts/Mont-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-Heavy.woff2') format('woff2'),
       url('fonts/Mont-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mont';
  src: url('fonts/Mont-HeavyItalic.woff2') format('woff2'),
       url('fonts/Mont-HeavyItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}