
    @font-face {
    font-family: 'NeutraTextTF-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('NeutraTextTF-Bold'), url('neutra-text-tf-bold-5871e0e1d072a.woff') format('woff');
    }
    

    @font-face {
    font-family: 'NeutraTextTF-Light';
    font-style: normal;
    font-weight: normal;
    src: local('NeutraTextTF-Light'), url('neutra-text-tf-light-5871e0fe13bff.woff') format('woff');
    }

/* Example usage classes */
.neutra-text-bold {
    font-family: 'NeutraTextTF-Bold', sans-serif;
    font-weight: bold;
}

/* Optional: Add some default styling for better appearance */
.neutra-text-bold {
    letter-spacing: 0.5px;
    line-height: 1.3;
}