@font-face {
    font-family: 'HarmoniaSansStd-Light';
    src: url('HarmoniaSansStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmoniaSansStd-Regular';
    src: url('HarmoniaSansStd-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmoniaSansStd-Semibd';
    src: url('HarmoniaSansStd-SemiBd.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmoniaSansStd-Bold';
    src: url('HarmoniaSansStd-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}