/*
  In order to use custom font in child project override this file or change path in Magento_Theme/layout/default.xml `local.fonts.css`
  You can use https://google-webfonts-helper.herokuapp.com/ to generate local fonts
  Store fonts in src/web/fonts
*/


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

@font-face {
    font-family: 'neuefrutigerworld_w02';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
        url('../fonts/NeueFrutigerWorldW02-Book.woff2')
            format('woff2');
}

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