@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    /*font-weight: 100 900; removed because it was effecting tailwind font-bolt class.*/
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    letter-spacing: normal;
    src: url("NeueHaasDisplay-Thin.woff") format("woff");
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro Regular';
    /*font-weight: 100 900; removed because it was effecting tailwind font-bolt class.*/
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    letter-spacing: normal;
    src: url("NeueHaasDisplay-Regular.ttf") format("truetype");
}


@font-face {
    font-family: 'Neue Haas Grotesk Display Pro Bold';
    /*font-weight: 100 900; removed because it was effecting tailwind font-bolt class.*/
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    letter-spacing: normal;
    src: url("NeueHaasDisplay-Bold.ttf") format("truetype");
}
