@font-face {
    font-family: 'Ernestine Offc Pro Light';
    font-style: normal;
    font-weight: 400;
    src: local('Ernestine Offc Pro Light'),
         url('../fonts/ernestine-offc-pro-light.ttf') format('truetype');
    font-display: swap;
}
 
@font-face {
    font-family: 'Ernestine Offc Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Ernestine Offc Pro'),
         url('../fonts/ernestine-offc-pro.ttf') format('truetype');
    font-display: swap;
}
 
@font-face {
    font-family: 'Ernestine Offc Pro Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Ernestine Offc Pro Bold'),
         url('../fonts/ernestine-offc-pro-bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Ernestine Offc Pro Italic';
    font-style: normal;
    font-weight: 500;
    src: local('Ernestine Offc Pro Italic'),
         url('../fonts/ernestine-offc-pro-Italic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Ernestine Offc Pro Bold Italic';
    font-style: normal;
    font-weight: 700;
    src: local('Ernestine Offc Pro Bold Italic'),
         url('../fonts/ernestine-offc-pro-bold-Italic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Nimbus SanD Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Nimbus SanD Bold'),
         url('../fonts/nimbus-san-d-bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Nimbus SanD';
    font-style: normal;
    font-weight: 500;
    src: local('Nimbus SanD'),
         url('../fonts/nimbus-san-d.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'),
         url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}