@font-face {
    font-family: 'Specific-font';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans"), local("NotoSans"), url("fonts/noto-sans.woff") format("woff");
}
@font-face {
    font-family: 'Specific-font-bold';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("fonts/noto-sans-bold.woff") format("woff");
}
@font-face {
    font-family: 'General-font';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("fonts/open-sans.woff") format("woff");
}
@font-face {
    font-family: 'General-font-bold';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/open-sans-bold.woff") format("woff");
}