@font-face {
    font-family: 'just-regular';
    src: url('regular.woff2') format('woff2'),
         url('regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'just-bold';
    src: url('bold.woff2') format('woff2'),
         url('bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'just-exbold';
    src: url('exbold.woff2') format('woff2'),
         url('exbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'just-exlight';
    src: url('exlight.woff2') format('woff2'),
         url('exlight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'just-light';
    src: url('light.woff2') format('woff2'),
         url('light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'just-medium';
    src: url('medium.woff2') format('woff2'),
         url('medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'just-semibold';
    src: url('semibold.woff2') format('woff2'),
         url('semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}