@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Regular.ttf');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Bold.ttf');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Black.ttf');
    font-display: swap;
    font-weight: 900;
}

@font-face {
    font-family: 'MarketPro';
    src: url('/layout/frontend/b2c/dist/fonts/MarketPro.woff2');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('/layout/frontend/b2c/dist/fonts/Roboto-Black.ttf');
    font-display: swap;
    font-weight: 900;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/layout/frontend/b2c/dist/fonts/Roboto-Bold.ttf');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('/layout/frontend/b2c/dist/fonts/Roboto-Medium.ttf');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('/layout/frontend/b2c/dist/fonts/Roboto-Regular.ttf');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('/layout/frontend/b2c/dist/fonts/Roboto-Thin.ttf');
    font-display: swap;
    font-weight: 100;
}