@font-face {
    font-family: 'bmwbold';
    src: url("/assets/BMWTypeNextLatin-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'bmwregular';
    src: url("/assets/BMWTypeNextLatin-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'bmwlight';
    src: url("/assets/BMWTypeNextLatin-Light.otf") format("opentype");
}

body {
    padding: 0;
    margin: 0;
}
