@font-face {
    font-family: 'Beautique';
    src: url('../fonts/BeautiqueDisplay-Light.woff2') format('woff2'),
        url('../fonts/BeautiqueDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WindSong';
    src: url('../fonts/WindSong-Regular.woff2') format('woff2'),
        url('../fonts/WindSong-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SN-m';
    src: url('../fonts/SNSamsungSharpSans-Medium.woff2') format('woff2'),
        url('../fonts/SNSamsungSharpSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SN-b';
    src: url('../fonts/SNSamsungSharpSans-Bold.woff2') format('woff2'),
        url('../fonts/SNSamsungSharpSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}