/* MINION */
@font-face {
    font-family: 'Minion';
    src: url('/assets/fonts/minion/MinionPro-Regular.otf?v=1.1') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Minion';
    src: url('/assets/fonts/minion/MinionPro-Semibold.otf?v=1.1') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Minion';
    src: url('/assets/fonts/minion/MinionPro-Bold.otf?v=1.1') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  /* PROXIMA NOVA */
  @font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/proxima/proximanova-light-webfont.woff2?v=1.1') format('woff2'),
         url('/assets/fonts/proxima/proximanova-light-webfont.woff?v=1.1') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/proxima/proximanova-regular-webfont.woff2?v=1.1') format('woff2'),
         url('/assets/fonts/proxima/proximanova-regular-webfont.woff?v=1.1') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/proxima/proximanova-medium-webfont.woff2?v=1.1') format('woff2'),
         url('/assets/fonts/proxima/proximanova-medium-webfont.woff?v=1.1') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/proxima/proximanova-semibold-webfont.woff2?v=1.1') format('woff2'),
         url('/assets/fonts/proxima/proximanova-semibold-webfont.woff?v=1.1') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/proxima/proximanova-bold-webfont.woff2?v=1.1') format('woff2'),
         url('/assets/fonts/proxima/proximanova-bold-webfont.woff?v=1.1') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  /* TYPOLD */
  @font-face {
    font-family: 'Typold';
    src: url('/assets/fonts/typold/typold-light-webfont.woff2?v=1.1') format('woff2'),
         url('/assets/fonts/typold/typold-light-webfont.woff?v=1.1') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Typold';
    src: url('/assets/fonts/typold/typold-book-webfont.woff2?v=1.1') format('woff2'),
         url('/assets/fonts/typold/typold-book-webfont.woff?v=1.1') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Typold';
    src: url('/assets/fonts/typold/typold-medium-webfont.woff2?v=1.1') format('woff2'),
         url('/assets/fonts/typold/typold-medium-webfont.woff?v=1.1') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Typold';
    src: url('/assets/fonts/typold/typold-bold-webfont.woff2?v=1.1') format('woff2'),
         url('/assets/fonts/typold/typold-bold-webfont.woff?v=1.1') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  

  @font-face {
  	font-family: 'mohawk-group-icon';
  	src: url('/assets/fonts/icon/mohawk-group-icon.woff2?v1.0.0')
  			format('woff2'),
  		url('/assets/fonts/icon/mohawk-group-icon.woff?v1.0.0') format('woff');
  	font-weight: normal;
  	font-style: normal;
  	font-display: block;
  }
  