@font-face {
    font-family: 'Open Sans Soft';
    src: url('OpenSansSoft-SemiBd.woff2') format('woff2'),
        url('OpenSansSoft-SemiBd.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Soft';
    src: url('OpenSansSoft-Bold.woff2') format('woff2'),
        url('OpenSansSoft-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Soft';
    src: url('OpenSansSoft-Regular.woff2') format('woff2'),
        url('OpenSansSoft-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Soft';
    src: url('OpenSansSoft-Light.woff2') format('woff2'),
        url('OpenSansSoft-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}