@font-face {
    font-family: 'Plein';
    src: url('../fonts/Plein-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Plein';
    src: url('../fonts/Plein-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Plein';
    src: url('../fonts/Plein-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Plein';
    src: url('../fonts/Plein-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Plein';
    src: url('../fonts/Plein-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Plein';
    src: url('../fonts/Plein-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}
