@font-face {
    font-family: 'New Earth';
    src: url('NewEarthLight.woff2') format('woff2'),
        url('NewEarthLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Earth';
    src: url('NewEarthRegular.woff2') format('woff2'),
        url('NewEarthRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Earth';
    src: url('NewEarthBold.woff2') format('woff2'),
        url('NewEarthBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Earth';
    src: url('NewEarthSemibold.woff2') format('woff2'),
        url('NewEarthSemibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

