@font-face {
    font-family: 'Nissan Regular';
    src: url('../fonts/NissanOpti.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Italic';
    src: url('../fonts/NissanOpti-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: p-black;
    src: url(../fonts/fonts/Poppins-Black.otf);
}
@font-face {
    font-family: p-bold;
    src: url(../fonts/fonts/Poppins-Bold.otf);
}
@font-face {
    font-family: p-medium;
    src: url(../fonts/fonts/Poppins-Medium.otf);
}
@font-face {
    font-family: p-regular;
    src: url(../fonts/fonts/Poppins-Regular.otf);
}
body {
    font-family: p-regular;
}