
    @font-face {
    font-family: 'Nimbus';
    font-style: normal;
    font-weight: normal;
    src: local('./fonts/Nimbus Regular'), url('./fonts/nimbus-regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nimbus';
    font-style: italic;
    font-weight: normal;
    src: local('./fonts/Nimbus Italic'), url('./fonts/nimbus-italic.woff') format('woff');
    }
    

    @font-face
    {
    font-family: 'Nimbus';
    font-style: normal;
    font-weight: bold;
    src: local('./fonts/Nimbus Bold'), url('./fonts/nimbus-bold.woff') format('woff');
    }
    

    @font-face
    {
    font-family: 'Nimbus';
    font-style: italic;
    font-weight: bold;
    src: local('./fonts/Nimbus Bold Italic'), url('./fonts/nimbus-bolditalic.woff') format('woff');
    }