@font-face {
    font-family: 'BMWTypeNext';
    src: url('../fonts/BMWTypeNext-Light.woff2') format('woff2');
    font-weight: 300; /* Light */
    font-display: swap;
}

@font-face {
    font-family: 'BMWTypeNext';
    src: url('../fonts/BMWTypeNext-Bold.woff2') format('woff2');
    font-weight: 700; /* Bold */
    font-display: swap;
}

@font-face {
    font-family: 'Hiragino Kaku Gothic ProN';
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hiragino Kaku Gothic ProN';
    font-weight: 700;
    font-style: normal;
}

body, .tp-caption {
    font-family: 'BMWTypeNext', 'Hiragino Kaku Gothic ProN', sans-serif;
}
