/* font-weight: Light/300 */
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: normal;
    font-weight: 300;
    src: local('BeautiqueDisplay Light'), url("./BeautiqueDisplay-Light.otf") format('opentype');
}
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: italic;
    font-weight: 300;
    src: local('BeautiqueDisplay Light Italic'), url("./BeautiqueDisplay-LightItalic.otf") format('opentype');
}
/* font-weight: Regular/400 */
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: normal;
    font-weight: 400;
    src: local('BeautiqueDisplay Regular'), url("./BeautiqueDisplay-Regular.otf") format('opentype');
}
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: italic;
    font-weight: 400;
    src: local('BeautiqueDisplay Italic'), url("./BeautiqueDisplay-Italic.otf") format('opentype');
}
/* font-weight: Medium/500 */
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: normal;
    font-weight: 500;
    src: local('BeautiqueDisplay Medium'), url("./BeautiqueDisplay-Medium.otf") format('opentype');
}
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: italic;
    font-weight: 500;
    src: local('BeautiqueDisplay Medium Italic'), url("./BeautiqueDisplay-MediumItalic.otf") format('opentype');
}
/* font-weight: Bold /700 */
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: normal;
    font-weight: 700;
    src: local('BeautiqueDisplay Bold'), url("./BeautiqueDisplay-Bold.otf") format('opentype');
}
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: italic;
    font-weight: 700;
    src: local('BeautiqueDisplay Bold Italic'), url("./BeautiqueDisplay-BoldItalic.otf") format('opentype');
}
/* font-weight: ExtraBold  /800 */
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: normal;
    font-weight: 800;
    src: local('BeautiqueDisplay ExtraBold '), url("./BeautiqueDisplay-ExtraBold.otf") format('opentype');
}
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: italic;
    font-weight: 800;
    src: local('BeautiqueDisplay ExtraBold Italic'), url("./BeautiqueDisplay-ExtraBoldItalic.otf") format('opentype');
}
/* font-weight: Black  /900 */
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: normal;
    font-weight: 900;
    src: local('BeautiqueDisplay Black '), url("./BeautiqueDisplay-Black.otf") format('opentype');
}
@font-face {
    font-family: 'BeautiqueDisplay';
    font-style: italic;
    font-weight: 900;
    src: local('BeautiqueDisplay Black Italic'), url("./BeautiqueDisplay-BlackItalic.otf") format('opentype');
}