@font-face {
    font-family: 'Sound';
    src: url('/assets/font/Sound-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sound';
    src: url('/assets/font/Sound-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Sound';
    src: url('/assets/font/Sound-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sound';
    src: url('/assets/font/Sound-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Sound';
    src: url('/assets/font/Sound-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sound';
    src: url('/assets/font/Sound-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sound';
    src: url('/assets/font/Sound-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Sound';
    src: url('/assets/font/Sound-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Sound';
    src: url('/assets/font/Sound-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Sound SemiBold';
    src: url('/assets/font/Sound-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sound Bold';
    src: url('/assets/font/Sound-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}