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

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

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

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

@font-face {
    font-family: 'boschsans';
    src: url('../Fonts/BoschSans-Medium.woff2') format('woff2'),
         url('../Fonts/BoschSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'boschsans';
    src: url('../Fonts/BoschSans-MediumItalic.woff2') format('woff2'),
         url('../Fonts/BoschSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'boschsans';
    src: url('../Fonts/BoschSans-Black.woff2') format('woff2'),
         url('../Fonts/BoschSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'boschsans';
    src: url('../Fonts/BoschSans-BlackItalic.woff2') format('woff2'),
         url('../Fonts/BoschSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
